Shades of Viking #4EA8CA
Tints of Viking #4EA8CA
RGB
CMYK
RGB Variations
Color information
#4EA8CA (or 0x4EA8CA) is known color: Viking. HEX triplet: 4E, A8 and CA. RGB value is (78,168,202). Sum of RGB (Red+Green+Blue) = 78+168+202=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8CA is #B15735. Grayscale: #909090. Windows color (decimal): -11622198 or 13281358. OLE color: 13281358.
HSL color Cylindrical-coordinate representation of color #4EA8CA: hue angle of 196.45º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EA8CA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 168 | 202 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.21 |
| HSL | 196.45º | 0.54% | 0.55% | - |
| HSV(B) | 196.45º | 0.61% | 0.79% | - |
| XYZ | 27.81 | 33.89 | 60.95 | - |
| YUV | 144.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 202 | 0.61 | 0.17 | 0 | 0.21 | 196.45 | 0.54 | 0.55 |
| Hex | 4E | A8 | CA | 3D | 11 | 0 | 15 | C4 | 36 | 37 |
| Octal | 116 | 250 | 312 | 75 | 21 | 0 | 25 | 304 | 66 | 67 |
| Binary | 1001110 | 10101000 | 11001010 | 111101 | 10001 | 0 | 10101 | 11000100 | 110110 | 110111 |
Color Harmonies of #4EA8CA
Complementary color
Monochromatic Colors of #4EA8CA
Black with #4EA8CA
Text Example
Text Example
White with #4EA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA8CA; }
p { color: rgb(78,168,202); }
H1.HeaderClassName
{
color: #4EA8CA;
}
.AnyTagClassName
{
color: #4EA8CA;
}
</style>
background-color css
<style>
a { background-color: #4EA8CA; }
a { background-color: rgb(78,168,202); }
div.DivClassName
{
background-color: #4EA8CA;
}
.BgClassName
{
background-color: #4EA8CA;
}
</style>
border-color css
<style>
span { border-color: #4EA8CA; }
span { border-color: rgb(78,168,202); }
td.TdClassName
{
border-color: #4EA8CA;
}
.TagClassName
{
border-color: #4EA8CA;
}
</style>