Shades of Viking #4EAACB
Tints of Viking #4EAACB
RGB
CMYK
RGB Variations
Color information
#4EAACB (or 0x4EAACB) is known color: Viking. HEX triplet: 4E, AA and CB. RGB value is (78,170,203). Sum of RGB (Red+Green+Blue) = 78+170+203=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAACB is #B15534. Grayscale: #929292. Windows color (decimal): -11621685 or 13347406. OLE color: 13347406.
HSL color Cylindrical-coordinate representation of color #4EAACB: hue angle of 195.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EAACB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 170 | 203 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.20 |
| HSL | 195.84º | 0.55% | 0.55% | - |
| HSV(B) | 195.84º | 0.62% | 0.8% | - |
| XYZ | 28.3 | 34.68 | 61.7 | - |
| YUV | 146.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 203 | 0.62 | 0.16 | 0 | 0.20 | 195.84 | 0.55 | 0.55 |
| Hex | 4E | AA | CB | 3E | 10 | 0 | 14 | C4 | 37 | 37 |
| Octal | 116 | 252 | 313 | 76 | 20 | 0 | 24 | 304 | 67 | 67 |
| Binary | 1001110 | 10101010 | 11001011 | 111110 | 10000 | 0 | 10100 | 11000100 | 110111 | 110111 |
Color Harmonies of #4EAACB
Complementary color
Monochromatic Colors of #4EAACB
Black with #4EAACB
Text Example
Text Example
White with #4EAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAACB; }
p { color: rgb(78,170,203); }
H1.HeaderClassName
{
color: #4EAACB;
}
.AnyTagClassName
{
color: #4EAACB;
}
</style>
background-color css
<style>
a { background-color: #4EAACB; }
a { background-color: rgb(78,170,203); }
div.DivClassName
{
background-color: #4EAACB;
}
.BgClassName
{
background-color: #4EAACB;
}
</style>
border-color css
<style>
span { border-color: #4EAACB; }
span { border-color: rgb(78,170,203); }
td.TdClassName
{
border-color: #4EAACB;
}
.TagClassName
{
border-color: #4EAACB;
}
</style>