Shades of Viking #4EAACC
Tints of Viking #4EAACC
RGB
CMYK
RGB Variations
Color information
#4EAACC (or 0x4EAACC) is known color: Viking. HEX triplet: 4E, AA and CC. RGB value is (78,170,204). Sum of RGB (Red+Green+Blue) = 78+170+204=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAACC is #B15533. Grayscale: #929292. Windows color (decimal): -11621684 or 13412942. OLE color: 13412942.
HSL color Cylindrical-coordinate representation of color #4EAACC: hue angle of 196.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAACC is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 170 | 204 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.2 |
| HSL | 196.19º | 0.55% | 0.55% | - |
| HSV(B) | 196.19º | 0.62% | 0.8% | - |
| XYZ | 28.42 | 34.73 | 62.33 | - |
| YUV | 146.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 204 | 0.62 | 0.17 | 0 | 0.2 | 196.19 | 0.55 | 0.55 |
| Hex | 4E | AA | CC | 3E | 11 | 0 | 14 | C4 | 37 | 37 |
| Octal | 116 | 252 | 314 | 76 | 21 | 0 | 24 | 304 | 67 | 67 |
| Binary | 1001110 | 10101010 | 11001100 | 111110 | 10001 | 0 | 10100 | 11000100 | 110111 | 110111 |
Color Harmonies of #4EAACC
Complementary color
Monochromatic Colors of #4EAACC
Black with #4EAACC
Text Example
Text Example
White with #4EAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAACC; }
p { color: rgb(78,170,204); }
H1.HeaderClassName
{
color: #4EAACC;
}
.AnyTagClassName
{
color: #4EAACC;
}
</style>
background-color css
<style>
a { background-color: #4EAACC; }
a { background-color: rgb(78,170,204); }
div.DivClassName
{
background-color: #4EAACC;
}
.BgClassName
{
background-color: #4EAACC;
}
</style>
border-color css
<style>
span { border-color: #4EAACC; }
span { border-color: rgb(78,170,204); }
td.TdClassName
{
border-color: #4EAACC;
}
.TagClassName
{
border-color: #4EAACC;
}
</style>