Shades of Viking #4EACC8
Tints of Viking #4EACC8
RGB
CMYK
RGB Variations
Color information
#4EACC8 (or 0x4EACC8) is known color: Viking. HEX triplet: 4E, AC and C8. RGB value is (78,172,200). Sum of RGB (Red+Green+Blue) = 78+172+200=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACC8 is #B15337. Grayscale: #929292. Windows color (decimal): -11621176 or 13151310. OLE color: 13151310.
HSL color Cylindrical-coordinate representation of color #4EACC8: hue angle of 193.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EACC8 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 172 | 200 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.22 |
| HSL | 193.77º | 0.53% | 0.55% | - |
| HSV(B) | 193.77º | 0.61% | 0.78% | - |
| XYZ | 28.32 | 35.29 | 59.96 | - |
| YUV | 147.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 200 | 0.61 | 0.14 | 0 | 0.22 | 193.77 | 0.53 | 0.55 |
| Hex | 4E | AC | C8 | 3D | E | 0 | 16 | C2 | 35 | 37 |
| Octal | 116 | 254 | 310 | 75 | 16 | 0 | 26 | 302 | 65 | 67 |
| Binary | 1001110 | 10101100 | 11001000 | 111101 | 1110 | 0 | 10110 | 11000010 | 110101 | 110111 |
Color Harmonies of #4EACC8
Complementary color
Monochromatic Colors of #4EACC8
Black with #4EACC8
Text Example
Text Example
White with #4EACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACC8; }
p { color: rgb(78,172,200); }
H1.HeaderClassName
{
color: #4EACC8;
}
.AnyTagClassName
{
color: #4EACC8;
}
</style>
background-color css
<style>
a { background-color: #4EACC8; }
a { background-color: rgb(78,172,200); }
div.DivClassName
{
background-color: #4EACC8;
}
.BgClassName
{
background-color: #4EACC8;
}
</style>
border-color css
<style>
span { border-color: #4EACC8; }
span { border-color: rgb(78,172,200); }
td.TdClassName
{
border-color: #4EACC8;
}
.TagClassName
{
border-color: #4EACC8;
}
</style>