Shades of Viking #4EACBD
Tints of Viking #4EACBD
RGB
CMYK
RGB Variations
Color information
#4EACBD (or 0x4EACBD) is known color: Viking. HEX triplet: 4E, AC and BD. RGB value is (78,172,189). Sum of RGB (Red+Green+Blue) = 78+172+189=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #4EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACBD is #B15342. Grayscale: #919191. Windows color (decimal): -11621187 or 12430414. OLE color: 12430414.
HSL color Cylindrical-coordinate representation of color #4EACBD: hue angle of 189.19º degrees, saturation: 0.46, 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 #4EACBD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 172 | 189 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.26 |
| HSL | 189.19º | 0.46% | 0.52% | - |
| HSV(B) | 189.19º | 0.59% | 0.74% | - |
| XYZ | 27.08 | 34.8 | 53.43 | - |
| YUV | 145.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 189 | 0.59 | 0.09 | 0 | 0.26 | 189.19 | 0.46 | 0.52 |
| Hex | 4E | AC | BD | 3B | 9 | 0 | 1A | BD | 2E | 34 |
| Octal | 116 | 254 | 275 | 73 | 11 | 0 | 32 | 275 | 56 | 64 |
| Binary | 1001110 | 10101100 | 10111101 | 111011 | 1001 | 0 | 11010 | 10111101 | 101110 | 110100 |
Color Harmonies of #4EACBD
Complementary color
Monochromatic Colors of #4EACBD
Black with #4EACBD
Text Example
Text Example
White with #4EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACBD; }
p { color: rgb(78,172,189); }
H1.HeaderClassName
{
color: #4EACBD;
}
.AnyTagClassName
{
color: #4EACBD;
}
</style>
background-color css
<style>
a { background-color: #4EACBD; }
a { background-color: rgb(78,172,189); }
div.DivClassName
{
background-color: #4EACBD;
}
.BgClassName
{
background-color: #4EACBD;
}
</style>
border-color css
<style>
span { border-color: #4EACBD; }
span { border-color: rgb(78,172,189); }
td.TdClassName
{
border-color: #4EACBD;
}
.TagClassName
{
border-color: #4EACBD;
}
</style>