Shades of Viking #4EACBE
Tints of Viking #4EACBE
RGB
CMYK
RGB Variations
Color information
#4EACBE (or 0x4EACBE) is known color: Viking. HEX triplet: 4E, AC and BE. RGB value is (78,172,190). Sum of RGB (Red+Green+Blue) = 78+172+190=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACBE is #B15341. Grayscale: #919191. Windows color (decimal): -11621186 or 12495950. OLE color: 12495950.
HSL color Cylindrical-coordinate representation of color #4EACBE: hue angle of 189.64º 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 #4EACBE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 172 | 190 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 189.64º | 0.46% | 0.53% | - |
| HSV(B) | 189.64º | 0.59% | 0.75% | - |
| XYZ | 27.19 | 34.84 | 54.01 | - |
| YUV | 145.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 190 | 0.59 | 0.09 | 0 | 0.25 | 189.64 | 0.46 | 0.53 |
| Hex | 4E | AC | BE | 3B | 9 | 0 | 19 | BE | 2E | 35 |
| Octal | 116 | 254 | 276 | 73 | 11 | 0 | 31 | 276 | 56 | 65 |
| Binary | 1001110 | 10101100 | 10111110 | 111011 | 1001 | 0 | 11001 | 10111110 | 101110 | 110101 |
Color Harmonies of #4EACBE
Complementary color
Monochromatic Colors of #4EACBE
Black with #4EACBE
Text Example
Text Example
White with #4EACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACBE; }
p { color: rgb(78,172,190); }
H1.HeaderClassName
{
color: #4EACBE;
}
.AnyTagClassName
{
color: #4EACBE;
}
</style>
background-color css
<style>
a { background-color: #4EACBE; }
a { background-color: rgb(78,172,190); }
div.DivClassName
{
background-color: #4EACBE;
}
.BgClassName
{
background-color: #4EACBE;
}
</style>
border-color css
<style>
span { border-color: #4EACBE; }
span { border-color: rgb(78,172,190); }
td.TdClassName
{
border-color: #4EACBE;
}
.TagClassName
{
border-color: #4EACBE;
}
</style>