Shades of Viking #4EA8CE
Tints of Viking #4EA8CE
RGB
CMYK
RGB Variations
Color information
#4EA8CE (or 0x4EA8CE) is known color: Viking. HEX triplet: 4E, A8 and CE. RGB value is (78,168,206). Sum of RGB (Red+Green+Blue) = 78+168+206=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8CE is #B15731. Grayscale: #919191. Windows color (decimal): -11622194 or 13543502. OLE color: 13543502.
HSL color Cylindrical-coordinate representation of color #4EA8CE: hue angle of 197.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA8CE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 168 | 206 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.19 |
| HSL | 197.81º | 0.57% | 0.56% | - |
| HSV(B) | 197.81º | 0.62% | 0.81% | - |
| XYZ | 28.29 | 34.08 | 63.48 | - |
| YUV | 145.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 206 | 0.62 | 0.18 | 0 | 0.19 | 197.81 | 0.57 | 0.56 |
| Hex | 4E | A8 | CE | 3E | 12 | 0 | 13 | C6 | 39 | 38 |
| Octal | 116 | 250 | 316 | 76 | 22 | 0 | 23 | 306 | 71 | 70 |
| Binary | 1001110 | 10101000 | 11001110 | 111110 | 10010 | 0 | 10011 | 11000110 | 111001 | 111000 |
Color Harmonies of #4EA8CE
Complementary color
Monochromatic Colors of #4EA8CE
Black with #4EA8CE
Text Example
Text Example
White with #4EA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA8CE; }
p { color: rgb(78,168,206); }
H1.HeaderClassName
{
color: #4EA8CE;
}
.AnyTagClassName
{
color: #4EA8CE;
}
</style>
background-color css
<style>
a { background-color: #4EA8CE; }
a { background-color: rgb(78,168,206); }
div.DivClassName
{
background-color: #4EA8CE;
}
.BgClassName
{
background-color: #4EA8CE;
}
</style>
border-color css
<style>
span { border-color: #4EA8CE; }
span { border-color: rgb(78,168,206); }
td.TdClassName
{
border-color: #4EA8CE;
}
.TagClassName
{
border-color: #4EA8CE;
}
</style>