Shades of Viking #4EB0CA
Tints of Viking #4EB0CA
RGB
CMYK
RGB Variations
Color information
#4EB0CA (or 0x4EB0CA) is known color: Viking. HEX triplet: 4E, B0 and CA. RGB value is (78,176,202). Sum of RGB (Red+Green+Blue) = 78+176+202=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB0CA is #B14F35. Grayscale: #959595. Windows color (decimal): -11620150 or 13283406. OLE color: 13283406.
HSL color Cylindrical-coordinate representation of color #4EB0CA: hue angle of 192.58º 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 #4EB0CA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 176 | 202 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.21 |
| HSL | 192.58º | 0.54% | 0.55% | - |
| HSV(B) | 192.58º | 0.61% | 0.79% | - |
| XYZ | 29.33 | 36.93 | 61.46 | - |
| YUV | 149.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 176 | 202 | 0.61 | 0.13 | 0 | 0.21 | 192.58 | 0.54 | 0.55 |
| Hex | 4E | B0 | CA | 3D | D | 0 | 15 | C1 | 36 | 37 |
| Octal | 116 | 260 | 312 | 75 | 15 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1001110 | 10110000 | 11001010 | 111101 | 1101 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #4EB0CA
Complementary color
Monochromatic Colors of #4EB0CA
Black with #4EB0CA
Text Example
Text Example
White with #4EB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB0CA; }
p { color: rgb(78,176,202); }
H1.HeaderClassName
{
color: #4EB0CA;
}
.AnyTagClassName
{
color: #4EB0CA;
}
</style>
background-color css
<style>
a { background-color: #4EB0CA; }
a { background-color: rgb(78,176,202); }
div.DivClassName
{
background-color: #4EB0CA;
}
.BgClassName
{
background-color: #4EB0CA;
}
</style>
border-color css
<style>
span { border-color: #4EB0CA; }
span { border-color: rgb(78,176,202); }
td.TdClassName
{
border-color: #4EB0CA;
}
.TagClassName
{
border-color: #4EB0CA;
}
</style>