Shades of Viking #4EAFD3
Tints of Viking #4EAFD3
RGB
CMYK
RGB Variations
Color information
#4EAFD3 (or 0x4EAFD3) is known color: Viking. HEX triplet: 4E, AF and D3. RGB value is (78,175,211). Sum of RGB (Red+Green+Blue) = 78+175+211=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #4EAFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFD3 is #B1502C. Grayscale: #959595. Windows color (decimal): -11620397 or 13872974. OLE color: 13872974.
HSL color Cylindrical-coordinate representation of color #4EAFD3: hue angle of 196.24º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EAFD3 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 175 | 211 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.17 |
| HSL | 196.24º | 0.6% | 0.57% | - |
| HSV(B) | 196.24º | 0.63% | 0.83% | - |
| XYZ | 30.23 | 36.98 | 67.17 | - |
| YUV | 150.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 211 | 0.63 | 0.17 | 0 | 0.17 | 196.24 | 0.6 | 0.57 |
| Hex | 4E | AF | D3 | 3F | 11 | 0 | 11 | C4 | 3C | 39 |
| Octal | 116 | 257 | 323 | 77 | 21 | 0 | 21 | 304 | 74 | 71 |
| Binary | 1001110 | 10101111 | 11010011 | 111111 | 10001 | 0 | 10001 | 11000100 | 111100 | 111001 |
Color Harmonies of #4EAFD3
Complementary color
Monochromatic Colors of #4EAFD3
Black with #4EAFD3
Text Example
Text Example
White with #4EAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFD3; }
p { color: rgb(78,175,211); }
H1.HeaderClassName
{
color: #4EAFD3;
}
.AnyTagClassName
{
color: #4EAFD3;
}
</style>
background-color css
<style>
a { background-color: #4EAFD3; }
a { background-color: rgb(78,175,211); }
div.DivClassName
{
background-color: #4EAFD3;
}
.BgClassName
{
background-color: #4EAFD3;
}
</style>
border-color css
<style>
span { border-color: #4EAFD3; }
span { border-color: rgb(78,175,211); }
td.TdClassName
{
border-color: #4EAFD3;
}
.TagClassName
{
border-color: #4EAFD3;
}
</style>