Shades of Viking #4EACC4
Tints of Viking #4EACC4
RGB
CMYK
RGB Variations
Color information
#4EACC4 (or 0x4EACC4) is known color: Viking. HEX triplet: 4E, AC and C4. RGB value is (78,172,196). Sum of RGB (Red+Green+Blue) = 78+172+196=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #4EACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACC4 is #B1533B. Grayscale: #929292. Windows color (decimal): -11621180 or 12889166. OLE color: 12889166.
HSL color Cylindrical-coordinate representation of color #4EACC4: hue angle of 192.2º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EACC4 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 172 | 196 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.23 |
| HSL | 192.2º | 0.5% | 0.54% | - |
| HSV(B) | 192.2º | 0.6% | 0.77% | - |
| XYZ | 27.86 | 35.11 | 57.53 | - |
| YUV | 146.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 196 | 0.60 | 0.12 | 0 | 0.23 | 192.2 | 0.5 | 0.54 |
| Hex | 4E | AC | C4 | 3C | C | 0 | 17 | C0 | 32 | 36 |
| Octal | 116 | 254 | 304 | 74 | 14 | 0 | 27 | 300 | 62 | 66 |
| Binary | 1001110 | 10101100 | 11000100 | 111100 | 1100 | 0 | 10111 | 11000000 | 110010 | 110110 |
Color Harmonies of #4EACC4
Complementary color
Monochromatic Colors of #4EACC4
Black with #4EACC4
Text Example
Text Example
White with #4EACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACC4; }
p { color: rgb(78,172,196); }
H1.HeaderClassName
{
color: #4EACC4;
}
.AnyTagClassName
{
color: #4EACC4;
}
</style>
background-color css
<style>
a { background-color: #4EACC4; }
a { background-color: rgb(78,172,196); }
div.DivClassName
{
background-color: #4EACC4;
}
.BgClassName
{
background-color: #4EACC4;
}
</style>
border-color css
<style>
span { border-color: #4EACC4; }
span { border-color: rgb(78,172,196); }
td.TdClassName
{
border-color: #4EACC4;
}
.TagClassName
{
border-color: #4EACC4;
}
</style>