#4FBAD0

Color #4FBAD0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4FBAD0

Tints of Viking #4FBAD0

Color information

#4FBAD0 (or 0x4FBAD0) is unknown color: approx Viking. HEX triplet: 4F, BA and D0. RGB value is (79,186,208). Sum of RGB (Red+Green+Blue) = 79+186+208=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FBAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBAD0 is #B0452F. Grayscale: #9C9C9C. Windows color (decimal): -11552048 or 13679183. OLE color: 13679183.

HSL color Cylindrical-coordinate representation of color #4FBAD0: hue angle of 190.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FBAD0 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB79186208-
CMYK0.620.1100.18
HSL190.23º57.85%56.27%-
HSV(B)190.23º62.02%81.57%-
XYZ32.1741.3365.96-
YUV156.51157.0572.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 16.70%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=16.70%
G=39.32%
B=43.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal791862080.620.1100.18190.2357.8556.27
Hex4FBAD03EB012be3a38
Octal11727232076130222767270
Binary10011111011101011010000111110101101001010111110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FBAD0; }

 p { color: rgb(79,186,208); }

 H1.HeaderClassName
 {
   color: #4FBAD0;
 }
 .AnyTagClassName
 {
   color: #4FBAD0;
 }
</style>
background-color css

<style>
 a { background-color: #4FBAD0; }

 a { background-color: rgb(79,186,208); }

 div.DivClassName
 {
   background-color: #4FBAD0;
 }
 .BgClassName
 {
   background-color: #4FBAD0;
 }
</style>
border-color css

<style>
 span { border-color: #4FBAD0; }

 span { border-color: rgb(79,186,208); }

 td.TdClassName
 {
   border-color: #4FBAD0;
 }
 .TagClassName
 {
   border-color: #4FBAD0;
 }
</style>