Shades of Viking #4EA7CA
Tints of Viking #4EA7CA
RGB
CMYK
RGB Variations
Color information
#4EA7CA (or 0x4EA7CA) is known color: Viking. HEX triplet: 4E, A7 and CA. RGB value is (78,167,202). Sum of RGB (Red+Green+Blue) = 78+167+202=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7CA is #B15835. Grayscale: #909090. Windows color (decimal): -11622454 or 13281102. OLE color: 13281102.
HSL color Cylindrical-coordinate representation of color #4EA7CA: hue angle of 196.94º 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 #4EA7CA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 167 | 202 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.21 |
| HSL | 196.94º | 0.54% | 0.55% | - |
| HSV(B) | 196.94º | 0.61% | 0.79% | - |
| XYZ | 27.62 | 33.52 | 60.89 | - |
| YUV | 144.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 202 | 0.61 | 0.17 | 0 | 0.21 | 196.94 | 0.54 | 0.55 |
| Hex | 4E | A7 | CA | 3D | 11 | 0 | 15 | C5 | 36 | 37 |
| Octal | 116 | 247 | 312 | 75 | 21 | 0 | 25 | 305 | 66 | 67 |
| Binary | 1001110 | 10100111 | 11001010 | 111101 | 10001 | 0 | 10101 | 11000101 | 110110 | 110111 |
Color Harmonies of #4EA7CA
Complementary color
Monochromatic Colors of #4EA7CA
Black with #4EA7CA
Text Example
Text Example
White with #4EA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA7CA; }
p { color: rgb(78,167,202); }
H1.HeaderClassName
{
color: #4EA7CA;
}
.AnyTagClassName
{
color: #4EA7CA;
}
</style>
background-color css
<style>
a { background-color: #4EA7CA; }
a { background-color: rgb(78,167,202); }
div.DivClassName
{
background-color: #4EA7CA;
}
.BgClassName
{
background-color: #4EA7CA;
}
</style>
border-color css
<style>
span { border-color: #4EA7CA; }
span { border-color: rgb(78,167,202); }
td.TdClassName
{
border-color: #4EA7CA;
}
.TagClassName
{
border-color: #4EA7CA;
}
</style>