Shades of Viking #4EA5CA
Tints of Viking #4EA5CA
RGB
CMYK
RGB Variations
Color information
#4EA5CA (or 0x4EA5CA) is known color: Viking. HEX triplet: 4E, A5 and CA. RGB value is (78,165,202). Sum of RGB (Red+Green+Blue) = 78+165+202=445 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.53% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA5CA is #B15A35. Grayscale: #8E8E8E. Windows color (decimal): -11622966 or 13280590. OLE color: 13280590.
HSL color Cylindrical-coordinate representation of color #4EA5CA: hue angle of 197.9º 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 #4EA5CA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 165 | 202 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.21 |
| HSL | 197.9º | 0.54% | 0.55% | - |
| HSV(B) | 197.9º | 0.61% | 0.79% | - |
| XYZ | 27.26 | 32.79 | 60.77 | - |
| YUV | 143.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 202 | 0.61 | 0.18 | 0 | 0.21 | 197.9 | 0.54 | 0.55 |
| Hex | 4E | A5 | CA | 3D | 12 | 0 | 15 | C6 | 36 | 37 |
| Octal | 116 | 245 | 312 | 75 | 22 | 0 | 25 | 306 | 66 | 67 |
| Binary | 1001110 | 10100101 | 11001010 | 111101 | 10010 | 0 | 10101 | 11000110 | 110110 | 110111 |
Color Harmonies of #4EA5CA
Complementary color
Monochromatic Colors of #4EA5CA
Black with #4EA5CA
Text Example
Text Example
White with #4EA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA5CA; }
p { color: rgb(78,165,202); }
H1.HeaderClassName
{
color: #4EA5CA;
}
.AnyTagClassName
{
color: #4EA5CA;
}
</style>
background-color css
<style>
a { background-color: #4EA5CA; }
a { background-color: rgb(78,165,202); }
div.DivClassName
{
background-color: #4EA5CA;
}
.BgClassName
{
background-color: #4EA5CA;
}
</style>
border-color css
<style>
span { border-color: #4EA5CA; }
span { border-color: rgb(78,165,202); }
td.TdClassName
{
border-color: #4EA5CA;
}
.TagClassName
{
border-color: #4EA5CA;
}
</style>