Shades of Viking #4FAFD2
Tints of Viking #4FAFD2
RGB
CMYK
RGB Variations
Color information
#4FAFD2 (or 0x4FAFD2) is known color: Viking. HEX triplet: 4F, AF and D2. RGB value is (79,175,210). Sum of RGB (Red+Green+Blue) = 79+175+210=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #4FAFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFD2 is #B0502D. Grayscale: #969696. Windows color (decimal): -11554862 or 13807439. OLE color: 13807439.
HSL color Cylindrical-coordinate representation of color #4FAFD2: hue angle of 196.03º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FAFD2 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 175 | 210 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.18 |
| HSL | 196.03º | 0.59% | 0.57% | - |
| HSV(B) | 196.03º | 0.62% | 0.82% | - |
| XYZ | 30.19 | 36.98 | 66.52 | - |
| YUV | 150.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 210 | 0.62 | 0.17 | 0 | 0.18 | 196.03 | 0.59 | 0.57 |
| Hex | 4F | AF | D2 | 3E | 11 | 0 | 12 | C4 | 3B | 39 |
| Octal | 117 | 257 | 322 | 76 | 21 | 0 | 22 | 304 | 73 | 71 |
| Binary | 1001111 | 10101111 | 11010010 | 111110 | 10001 | 0 | 10010 | 11000100 | 111011 | 111001 |
Color Harmonies of #4FAFD2
Complementary color
Monochromatic Colors of #4FAFD2
Black with #4FAFD2
Text Example
Text Example
White with #4FAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFD2; }
p { color: rgb(79,175,210); }
H1.HeaderClassName
{
color: #4FAFD2;
}
.AnyTagClassName
{
color: #4FAFD2;
}
</style>
background-color css
<style>
a { background-color: #4FAFD2; }
a { background-color: rgb(79,175,210); }
div.DivClassName
{
background-color: #4FAFD2;
}
.BgClassName
{
background-color: #4FAFD2;
}
</style>
border-color css
<style>
span { border-color: #4FAFD2; }
span { border-color: rgb(79,175,210); }
td.TdClassName
{
border-color: #4FAFD2;
}
.TagClassName
{
border-color: #4FAFD2;
}
</style>