Shades of Viking #4EAAB7
Tints of Viking #4EAAB7
RGB
CMYK
RGB Variations
Color information
#4EAAB7 (or 0x4EAAB7) is known color: Viking. HEX triplet: 4E, AA and B7. RGB value is (78,170,183). Sum of RGB (Red+Green+Blue) = 78+170+183=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #4EAAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAAB7 is #B15548. Grayscale: #8F8F8F. Windows color (decimal): -11621705 or 12036686. OLE color: 12036686.
HSL color Cylindrical-coordinate representation of color #4EAAB7: hue angle of 187.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EAAB7 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 170 | 183 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.28 |
| HSL | 187.43º | 0.42% | 0.51% | - |
| HSV(B) | 187.43º | 0.57% | 0.72% | - |
| XYZ | 26.06 | 33.79 | 49.95 | - |
| YUV | 143.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 183 | 0.57 | 0.07 | 0 | 0.28 | 187.43 | 0.42 | 0.51 |
| Hex | 4E | AA | B7 | 39 | 7 | 0 | 1C | BB | 2A | 33 |
| Octal | 116 | 252 | 267 | 71 | 7 | 0 | 34 | 273 | 52 | 63 |
| Binary | 1001110 | 10101010 | 10110111 | 111001 | 111 | 0 | 11100 | 10111011 | 101010 | 110011 |
Color Harmonies of #4EAAB7
Complementary color
Monochromatic Colors of #4EAAB7
Black with #4EAAB7
Text Example
Text Example
White with #4EAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAB7; }
p { color: rgb(78,170,183); }
H1.HeaderClassName
{
color: #4EAAB7;
}
.AnyTagClassName
{
color: #4EAAB7;
}
</style>
background-color css
<style>
a { background-color: #4EAAB7; }
a { background-color: rgb(78,170,183); }
div.DivClassName
{
background-color: #4EAAB7;
}
.BgClassName
{
background-color: #4EAAB7;
}
</style>
border-color css
<style>
span { border-color: #4EAAB7; }
span { border-color: rgb(78,170,183); }
td.TdClassName
{
border-color: #4EAAB7;
}
.TagClassName
{
border-color: #4EAAB7;
}
</style>