Shades of Viking #4EABBE
Tints of Viking #4EABBE
RGB
CMYK
RGB Variations
Color information
#4EABBE (or 0x4EABBE) is known color: Viking. HEX triplet: 4E, AB and BE. RGB value is (78,171,190). Sum of RGB (Red+Green+Blue) = 78+171+190=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EABBE is #B15441. Grayscale: #919191. Windows color (decimal): -11621442 or 12495694. OLE color: 12495694.
HSL color Cylindrical-coordinate representation of color #4EABBE: hue angle of 190.18º 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 #4EABBE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 171 | 190 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.25 |
| HSL | 190.18º | 0.46% | 0.53% | - |
| HSV(B) | 190.18º | 0.59% | 0.75% | - |
| XYZ | 27 | 34.46 | 53.94 | - |
| YUV | 145.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 190 | 0.59 | 0.10 | 0 | 0.25 | 190.18 | 0.46 | 0.53 |
| Hex | 4E | AB | BE | 3B | A | 0 | 19 | BE | 2E | 35 |
| Octal | 116 | 253 | 276 | 73 | 12 | 0 | 31 | 276 | 56 | 65 |
| Binary | 1001110 | 10101011 | 10111110 | 111011 | 1010 | 0 | 11001 | 10111110 | 101110 | 110101 |
Color Harmonies of #4EABBE
Complementary color
Monochromatic Colors of #4EABBE
Black with #4EABBE
Text Example
Text Example
White with #4EABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABBE; }
p { color: rgb(78,171,190); }
H1.HeaderClassName
{
color: #4EABBE;
}
.AnyTagClassName
{
color: #4EABBE;
}
</style>
background-color css
<style>
a { background-color: #4EABBE; }
a { background-color: rgb(78,171,190); }
div.DivClassName
{
background-color: #4EABBE;
}
.BgClassName
{
background-color: #4EABBE;
}
</style>
border-color css
<style>
span { border-color: #4EABBE; }
span { border-color: rgb(78,171,190); }
td.TdClassName
{
border-color: #4EABBE;
}
.TagClassName
{
border-color: #4EABBE;
}
</style>