Shades of Viking #4EAABE
Tints of Viking #4EAABE
RGB
CMYK
RGB Variations
Color information
#4EAABE (or 0x4EAABE) is known color: Viking. HEX triplet: 4E, AA and BE. RGB value is (78,170,190). Sum of RGB (Red+Green+Blue) = 78+170+190=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAABE is #B15541. Grayscale: #909090. Windows color (decimal): -11621698 or 12495438. OLE color: 12495438.
HSL color Cylindrical-coordinate representation of color #4EAABE: hue angle of 190.71º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EAABE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 170 | 190 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.25 |
| HSL | 190.71º | 0.46% | 0.53% | - |
| HSV(B) | 190.71º | 0.59% | 0.75% | - |
| XYZ | 26.81 | 34.09 | 53.88 | - |
| YUV | 144.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 190 | 0.59 | 0.11 | 0 | 0.25 | 190.71 | 0.46 | 0.53 |
| Hex | 4E | AA | BE | 3B | B | 0 | 19 | BF | 2E | 35 |
| Octal | 116 | 252 | 276 | 73 | 13 | 0 | 31 | 277 | 56 | 65 |
| Binary | 1001110 | 10101010 | 10111110 | 111011 | 1011 | 0 | 11001 | 10111111 | 101110 | 110101 |
Color Harmonies of #4EAABE
Complementary color
Monochromatic Colors of #4EAABE
Black with #4EAABE
Text Example
Text Example
White with #4EAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAABE; }
p { color: rgb(78,170,190); }
H1.HeaderClassName
{
color: #4EAABE;
}
.AnyTagClassName
{
color: #4EAABE;
}
</style>
background-color css
<style>
a { background-color: #4EAABE; }
a { background-color: rgb(78,170,190); }
div.DivClassName
{
background-color: #4EAABE;
}
.BgClassName
{
background-color: #4EAABE;
}
</style>
border-color css
<style>
span { border-color: #4EAABE; }
span { border-color: rgb(78,170,190); }
td.TdClassName
{
border-color: #4EAABE;
}
.TagClassName
{
border-color: #4EAABE;
}
</style>