Shades of Viking #4EACC1
Tints of Viking #4EACC1
RGB
CMYK
RGB Variations
Color information
#4EACC1 (or 0x4EACC1) is known color: Viking. HEX triplet: 4E, AC and C1. RGB value is (78,172,193). Sum of RGB (Red+Green+Blue) = 78+172+193=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACC1 is #B1533E. Grayscale: #929292. Windows color (decimal): -11621183 or 12692558. OLE color: 12692558.
HSL color Cylindrical-coordinate representation of color #4EACC1: hue angle of 190.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EACC1 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 172 | 193 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.24 |
| HSL | 190.96º | 0.48% | 0.53% | - |
| HSV(B) | 190.96º | 0.6% | 0.76% | - |
| XYZ | 27.52 | 34.98 | 55.75 | - |
| YUV | 146.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 193 | 0.60 | 0.11 | 0 | 0.24 | 190.96 | 0.48 | 0.53 |
| Hex | 4E | AC | C1 | 3C | B | 0 | 18 | BF | 30 | 35 |
| Octal | 116 | 254 | 301 | 74 | 13 | 0 | 30 | 277 | 60 | 65 |
| Binary | 1001110 | 10101100 | 11000001 | 111100 | 1011 | 0 | 11000 | 10111111 | 110000 | 110101 |
Color Harmonies of #4EACC1
Complementary color
Monochromatic Colors of #4EACC1
Black with #4EACC1
Text Example
Text Example
White with #4EACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACC1; }
p { color: rgb(78,172,193); }
H1.HeaderClassName
{
color: #4EACC1;
}
.AnyTagClassName
{
color: #4EACC1;
}
</style>
background-color css
<style>
a { background-color: #4EACC1; }
a { background-color: rgb(78,172,193); }
div.DivClassName
{
background-color: #4EACC1;
}
.BgClassName
{
background-color: #4EACC1;
}
</style>
border-color css
<style>
span { border-color: #4EACC1; }
span { border-color: rgb(78,172,193); }
td.TdClassName
{
border-color: #4EACC1;
}
.TagClassName
{
border-color: #4EACC1;
}
</style>