Shades of Viking #4EAFD4
Tints of Viking #4EAFD4
RGB
CMYK
RGB Variations
Color information
#4EAFD4 (or 0x4EAFD4) is known color: Viking. HEX triplet: 4E, AF and D4. RGB value is (78,175,212). Sum of RGB (Red+Green+Blue) = 78+175+212=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #4EAFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFD4 is #B1502B. Grayscale: #959595. Windows color (decimal): -11620396 or 13938510. OLE color: 13938510.
HSL color Cylindrical-coordinate representation of color #4EAFD4: hue angle of 196.57º degrees, saturation: 0.61, 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 #4EAFD4 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 175 | 212 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.17 |
| HSL | 196.57º | 0.61% | 0.57% | - |
| HSV(B) | 196.57º | 0.63% | 0.83% | - |
| XYZ | 30.36 | 37.03 | 67.84 | - |
| YUV | 150.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 212 | 0.63 | 0.17 | 0 | 0.17 | 196.57 | 0.61 | 0.57 |
| Hex | 4E | AF | D4 | 3F | 11 | 0 | 11 | C5 | 3D | 39 |
| Octal | 116 | 257 | 324 | 77 | 21 | 0 | 21 | 305 | 75 | 71 |
| Binary | 1001110 | 10101111 | 11010100 | 111111 | 10001 | 0 | 10001 | 11000101 | 111101 | 111001 |
Color Harmonies of #4EAFD4
Complementary color
Monochromatic Colors of #4EAFD4
Black with #4EAFD4
Text Example
Text Example
White with #4EAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFD4; }
p { color: rgb(78,175,212); }
H1.HeaderClassName
{
color: #4EAFD4;
}
.AnyTagClassName
{
color: #4EAFD4;
}
</style>
background-color css
<style>
a { background-color: #4EAFD4; }
a { background-color: rgb(78,175,212); }
div.DivClassName
{
background-color: #4EAFD4;
}
.BgClassName
{
background-color: #4EAFD4;
}
</style>
border-color css
<style>
span { border-color: #4EAFD4; }
span { border-color: rgb(78,175,212); }
td.TdClassName
{
border-color: #4EAFD4;
}
.TagClassName
{
border-color: #4EAFD4;
}
</style>