Shades of Viking #4EAABD
Tints of Viking #4EAABD
RGB
CMYK
RGB Variations
Color information
#4EAABD (or 0x4EAABD) is known color: Viking. HEX triplet: 4E, AA and BD. RGB value is (78,170,189). Sum of RGB (Red+Green+Blue) = 78+170+189=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #4EAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAABD is #B15542. Grayscale: #909090. Windows color (decimal): -11621699 or 12429902. OLE color: 12429902.
HSL color Cylindrical-coordinate representation of color #4EAABD: hue angle of 190.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EAABD is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 170 | 189 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.26 |
| HSL | 190.27º | 0.46% | 0.52% | - |
| HSV(B) | 190.27º | 0.59% | 0.74% | - |
| XYZ | 26.7 | 34.04 | 53.31 | - |
| YUV | 144.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 189 | 0.59 | 0.10 | 0 | 0.26 | 190.27 | 0.46 | 0.52 |
| Hex | 4E | AA | BD | 3B | A | 0 | 1A | BE | 2E | 34 |
| Octal | 116 | 252 | 275 | 73 | 12 | 0 | 32 | 276 | 56 | 64 |
| Binary | 1001110 | 10101010 | 10111101 | 111011 | 1010 | 0 | 11010 | 10111110 | 101110 | 110100 |
Color Harmonies of #4EAABD
Complementary color
Monochromatic Colors of #4EAABD
Black with #4EAABD
Text Example
Text Example
White with #4EAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAABD; }
p { color: rgb(78,170,189); }
H1.HeaderClassName
{
color: #4EAABD;
}
.AnyTagClassName
{
color: #4EAABD;
}
</style>
background-color css
<style>
a { background-color: #4EAABD; }
a { background-color: rgb(78,170,189); }
div.DivClassName
{
background-color: #4EAABD;
}
.BgClassName
{
background-color: #4EAABD;
}
</style>
border-color css
<style>
span { border-color: #4EAABD; }
span { border-color: rgb(78,170,189); }
td.TdClassName
{
border-color: #4EAABD;
}
.TagClassName
{
border-color: #4EAABD;
}
</style>