Shades of Viking #4EADBC
Tints of Viking #4EADBC
RGB
CMYK
RGB Variations
Color information
#4EADBC (or 0x4EADBC) is known color: Viking. HEX triplet: 4E, AD and BC. RGB value is (78,173,188). Sum of RGB (Red+Green+Blue) = 78+173+188=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADBC is #B15243. Grayscale: #929292. Windows color (decimal): -11620932 or 12365134. OLE color: 12365134.
HSL color Cylindrical-coordinate representation of color #4EADBC: hue angle of 188.18º degrees, saturation: 0.45, 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 #4EADBC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 173 | 188 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.26 |
| HSL | 188.18º | 0.45% | 0.52% | - |
| HSV(B) | 188.18º | 0.59% | 0.74% | - |
| XYZ | 27.16 | 35.14 | 52.93 | - |
| YUV | 146.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 188 | 0.59 | 0.08 | 0 | 0.26 | 188.18 | 0.45 | 0.52 |
| Hex | 4E | AD | BC | 3B | 8 | 0 | 1A | BC | 2D | 34 |
| Octal | 116 | 255 | 274 | 73 | 10 | 0 | 32 | 274 | 55 | 64 |
| Binary | 1001110 | 10101101 | 10111100 | 111011 | 1000 | 0 | 11010 | 10111100 | 101101 | 110100 |
Color Harmonies of #4EADBC
Complementary color
Monochromatic Colors of #4EADBC
Black with #4EADBC
Text Example
Text Example
White with #4EADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADBC; }
p { color: rgb(78,173,188); }
H1.HeaderClassName
{
color: #4EADBC;
}
.AnyTagClassName
{
color: #4EADBC;
}
</style>
background-color css
<style>
a { background-color: #4EADBC; }
a { background-color: rgb(78,173,188); }
div.DivClassName
{
background-color: #4EADBC;
}
.BgClassName
{
background-color: #4EADBC;
}
</style>
border-color css
<style>
span { border-color: #4EADBC; }
span { border-color: rgb(78,173,188); }
td.TdClassName
{
border-color: #4EADBC;
}
.TagClassName
{
border-color: #4EADBC;
}
</style>