Shades of Viking #4EA4CA
Tints of Viking #4EA4CA
RGB
CMYK
RGB Variations
Color information
#4EA4CA (or 0x4EA4CA) is known color: Viking. HEX triplet: 4E, A4 and CA. RGB value is (78,164,202). Sum of RGB (Red+Green+Blue) = 78+164+202=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA4CA is #B15B35. Grayscale: #8E8E8E. Windows color (decimal): -11623222 or 13280334. OLE color: 13280334.
HSL color Cylindrical-coordinate representation of color #4EA4CA: hue angle of 198.39º 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 #4EA4CA is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 164 | 202 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.21 |
| HSL | 198.39º | 0.54% | 0.55% | - |
| HSV(B) | 198.39º | 0.61% | 0.79% | - |
| XYZ | 27.08 | 32.43 | 60.71 | - |
| YUV | 142.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 202 | 0.61 | 0.19 | 0 | 0.21 | 198.39 | 0.54 | 0.55 |
| Hex | 4E | A4 | CA | 3D | 13 | 0 | 15 | C6 | 36 | 37 |
| Octal | 116 | 244 | 312 | 75 | 23 | 0 | 25 | 306 | 66 | 67 |
| Binary | 1001110 | 10100100 | 11001010 | 111101 | 10011 | 0 | 10101 | 11000110 | 110110 | 110111 |
Color Harmonies of #4EA4CA
Complementary color
Monochromatic Colors of #4EA4CA
Black with #4EA4CA
Text Example
Text Example
White with #4EA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA4CA; }
p { color: rgb(78,164,202); }
H1.HeaderClassName
{
color: #4EA4CA;
}
.AnyTagClassName
{
color: #4EA4CA;
}
</style>
background-color css
<style>
a { background-color: #4EA4CA; }
a { background-color: rgb(78,164,202); }
div.DivClassName
{
background-color: #4EA4CA;
}
.BgClassName
{
background-color: #4EA4CA;
}
</style>
border-color css
<style>
span { border-color: #4EA4CA; }
span { border-color: rgb(78,164,202); }
td.TdClassName
{
border-color: #4EA4CA;
}
.TagClassName
{
border-color: #4EA4CA;
}
</style>