Shades of Viking #4EACCE
Tints of Viking #4EACCE
RGB
CMYK
RGB Variations
Color information
#4EACCE (or 0x4EACCE) is known color: Viking. HEX triplet: 4E, AC and CE. RGB value is (78,172,206). Sum of RGB (Red+Green+Blue) = 78+172+206=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACCE is #B15331. Grayscale: #939393. Windows color (decimal): -11621170 or 13544526. OLE color: 13544526.
HSL color Cylindrical-coordinate representation of color #4EACCE: hue angle of 195.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EACCE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 172 | 206 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.19 |
| HSL | 195.94º | 0.57% | 0.56% | - |
| HSV(B) | 195.94º | 0.62% | 0.81% | - |
| XYZ | 29.03 | 35.58 | 63.73 | - |
| YUV | 147.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 206 | 0.62 | 0.17 | 0 | 0.19 | 195.94 | 0.57 | 0.56 |
| Hex | 4E | AC | CE | 3E | 11 | 0 | 13 | C4 | 39 | 38 |
| Octal | 116 | 254 | 316 | 76 | 21 | 0 | 23 | 304 | 71 | 70 |
| Binary | 1001110 | 10101100 | 11001110 | 111110 | 10001 | 0 | 10011 | 11000100 | 111001 | 111000 |
Color Harmonies of #4EACCE
Complementary color
Monochromatic Colors of #4EACCE
Black with #4EACCE
Text Example
Text Example
White with #4EACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACCE; }
p { color: rgb(78,172,206); }
H1.HeaderClassName
{
color: #4EACCE;
}
.AnyTagClassName
{
color: #4EACCE;
}
</style>
background-color css
<style>
a { background-color: #4EACCE; }
a { background-color: rgb(78,172,206); }
div.DivClassName
{
background-color: #4EACCE;
}
.BgClassName
{
background-color: #4EACCE;
}
</style>
border-color css
<style>
span { border-color: #4EACCE; }
span { border-color: rgb(78,172,206); }
td.TdClassName
{
border-color: #4EACCE;
}
.TagClassName
{
border-color: #4EACCE;
}
</style>