Shades of Viking #4EADBA
Tints of Viking #4EADBA
RGB
CMYK
RGB Variations
Color information
#4EADBA (or 0x4EADBA) is known color: Viking. HEX triplet: 4E, AD and BA. RGB value is (78,173,186). Sum of RGB (Red+Green+Blue) = 78+173+186=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADBA is #B15245. Grayscale: #919191. Windows color (decimal): -11620934 or 12234062. OLE color: 12234062.
HSL color Cylindrical-coordinate representation of color #4EADBA: hue angle of 187.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EADBA is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 173 | 186 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.27 |
| HSL | 187.22º | 0.44% | 0.52% | - |
| HSV(B) | 187.22º | 0.58% | 0.73% | - |
| XYZ | 26.95 | 35.05 | 51.8 | - |
| YUV | 146.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 186 | 0.58 | 0.07 | 0 | 0.27 | 187.22 | 0.44 | 0.52 |
| Hex | 4E | AD | BA | 3A | 7 | 0 | 1B | BB | 2C | 34 |
| Octal | 116 | 255 | 272 | 72 | 7 | 0 | 33 | 273 | 54 | 64 |
| Binary | 1001110 | 10101101 | 10111010 | 111010 | 111 | 0 | 11011 | 10111011 | 101100 | 110100 |
Color Harmonies of #4EADBA
Complementary color
Monochromatic Colors of #4EADBA
Black with #4EADBA
Text Example
Text Example
White with #4EADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADBA; }
p { color: rgb(78,173,186); }
H1.HeaderClassName
{
color: #4EADBA;
}
.AnyTagClassName
{
color: #4EADBA;
}
</style>
background-color css
<style>
a { background-color: #4EADBA; }
a { background-color: rgb(78,173,186); }
div.DivClassName
{
background-color: #4EADBA;
}
.BgClassName
{
background-color: #4EADBA;
}
</style>
border-color css
<style>
span { border-color: #4EADBA; }
span { border-color: rgb(78,173,186); }
td.TdClassName
{
border-color: #4EADBA;
}
.TagClassName
{
border-color: #4EADBA;
}
</style>