Shades of Viking #4EAFCA
Tints of Viking #4EAFCA
RGB
CMYK
RGB Variations
Color information
#4EAFCA (or 0x4EAFCA) is known color: Viking. HEX triplet: 4E, AF and CA. RGB value is (78,175,202). Sum of RGB (Red+Green+Blue) = 78+175+202=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFCA is #B15035. Grayscale: #949494. Windows color (decimal): -11620406 or 13283150. OLE color: 13283150.
HSL color Cylindrical-coordinate representation of color #4EAFCA: hue angle of 193.06º 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 #4EAFCA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 175 | 202 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.21 |
| HSL | 193.06º | 0.54% | 0.55% | - |
| HSV(B) | 193.06º | 0.61% | 0.79% | - |
| XYZ | 29.13 | 36.54 | 61.4 | - |
| YUV | 149.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 202 | 0.61 | 0.13 | 0 | 0.21 | 193.06 | 0.54 | 0.55 |
| Hex | 4E | AF | CA | 3D | D | 0 | 15 | C1 | 36 | 37 |
| Octal | 116 | 257 | 312 | 75 | 15 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1001110 | 10101111 | 11001010 | 111101 | 1101 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #4EAFCA
Complementary color
Monochromatic Colors of #4EAFCA
Black with #4EAFCA
Text Example
Text Example
White with #4EAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFCA; }
p { color: rgb(78,175,202); }
H1.HeaderClassName
{
color: #4EAFCA;
}
.AnyTagClassName
{
color: #4EAFCA;
}
</style>
background-color css
<style>
a { background-color: #4EAFCA; }
a { background-color: rgb(78,175,202); }
div.DivClassName
{
background-color: #4EAFCA;
}
.BgClassName
{
background-color: #4EAFCA;
}
</style>
border-color css
<style>
span { border-color: #4EAFCA; }
span { border-color: rgb(78,175,202); }
td.TdClassName
{
border-color: #4EAFCA;
}
.TagClassName
{
border-color: #4EAFCA;
}
</style>