Shades of Viking #4EAACD
Tints of Viking #4EAACD
RGB
CMYK
RGB Variations
Color information
#4EAACD (or 0x4EAACD) is known color: Viking. HEX triplet: 4E, AA and CD. RGB value is (78,170,205). Sum of RGB (Red+Green+Blue) = 78+170+205=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAACD is #B15532. Grayscale: #929292. Windows color (decimal): -11621683 or 13478478. OLE color: 13478478.
HSL color Cylindrical-coordinate representation of color #4EAACD: hue angle of 196.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAACD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 170 | 205 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.20 |
| HSL | 196.54º | 0.56% | 0.55% | - |
| HSV(B) | 196.54º | 0.62% | 0.8% | - |
| XYZ | 28.54 | 34.78 | 62.97 | - |
| YUV | 146.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 205 | 0.62 | 0.17 | 0 | 0.20 | 196.54 | 0.56 | 0.55 |
| Hex | 4E | AA | CD | 3E | 11 | 0 | 14 | C5 | 38 | 37 |
| Octal | 116 | 252 | 315 | 76 | 21 | 0 | 24 | 305 | 70 | 67 |
| Binary | 1001110 | 10101010 | 11001101 | 111110 | 10001 | 0 | 10100 | 11000101 | 111000 | 110111 |
Color Harmonies of #4EAACD
Complementary color
Monochromatic Colors of #4EAACD
Black with #4EAACD
Text Example
Text Example
White with #4EAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAACD; }
p { color: rgb(78,170,205); }
H1.HeaderClassName
{
color: #4EAACD;
}
.AnyTagClassName
{
color: #4EAACD;
}
</style>
background-color css
<style>
a { background-color: #4EAACD; }
a { background-color: rgb(78,170,205); }
div.DivClassName
{
background-color: #4EAACD;
}
.BgClassName
{
background-color: #4EAACD;
}
</style>
border-color css
<style>
span { border-color: #4EAACD; }
span { border-color: rgb(78,170,205); }
td.TdClassName
{
border-color: #4EAACD;
}
.TagClassName
{
border-color: #4EAACD;
}
</style>