Shades of Viking #4EAFCC
Tints of Viking #4EAFCC
RGB
CMYK
RGB Variations
Color information
#4EAFCC (or 0x4EAFCC) is known color: Viking. HEX triplet: 4E, AF and CC. RGB value is (78,175,204). Sum of RGB (Red+Green+Blue) = 78+175+204=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFCC is #B15033. Grayscale: #959595. Windows color (decimal): -11620404 or 13414222. OLE color: 13414222.
HSL color Cylindrical-coordinate representation of color #4EAFCC: hue angle of 193.81º 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 #4EAFCC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 175 | 204 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.2 |
| HSL | 193.81º | 0.55% | 0.55% | - |
| HSV(B) | 193.81º | 0.62% | 0.8% | - |
| XYZ | 29.37 | 36.64 | 62.65 | - |
| YUV | 149.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 204 | 0.62 | 0.14 | 0 | 0.2 | 193.81 | 0.55 | 0.55 |
| Hex | 4E | AF | CC | 3E | E | 0 | 14 | C2 | 37 | 37 |
| Octal | 116 | 257 | 314 | 76 | 16 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001110 | 10101111 | 11001100 | 111110 | 1110 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4EAFCC
Complementary color
Monochromatic Colors of #4EAFCC
Black with #4EAFCC
Text Example
Text Example
White with #4EAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFCC; }
p { color: rgb(78,175,204); }
H1.HeaderClassName
{
color: #4EAFCC;
}
.AnyTagClassName
{
color: #4EAFCC;
}
</style>
background-color css
<style>
a { background-color: #4EAFCC; }
a { background-color: rgb(78,175,204); }
div.DivClassName
{
background-color: #4EAFCC;
}
.BgClassName
{
background-color: #4EAFCC;
}
</style>
border-color css
<style>
span { border-color: #4EAFCC; }
span { border-color: rgb(78,175,204); }
td.TdClassName
{
border-color: #4EAFCC;
}
.TagClassName
{
border-color: #4EAFCC;
}
</style>