Shades of Viking #4EAECB
Tints of Viking #4EAECB
RGB
CMYK
RGB Variations
Color information
#4EAECB (or 0x4EAECB) is known color: Viking. HEX triplet: 4E, AE and CB. RGB value is (78,174,203). Sum of RGB (Red+Green+Blue) = 78+174+203=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAECB is #B15134. Grayscale: #949494. Windows color (decimal): -11620661 or 13348430. OLE color: 13348430.
HSL color Cylindrical-coordinate representation of color #4EAECB: hue angle of 193.92º 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 #4EAECB is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 174 | 203 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.20 |
| HSL | 193.92º | 0.55% | 0.55% | - |
| HSV(B) | 193.92º | 0.62% | 0.8% | - |
| XYZ | 29.06 | 36.2 | 61.96 | - |
| YUV | 148.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 203 | 0.62 | 0.14 | 0 | 0.20 | 193.92 | 0.55 | 0.55 |
| Hex | 4E | AE | CB | 3E | E | 0 | 14 | C2 | 37 | 37 |
| Octal | 116 | 256 | 313 | 76 | 16 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001110 | 10101110 | 11001011 | 111110 | 1110 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4EAECB
Complementary color
Monochromatic Colors of #4EAECB
Black with #4EAECB
Text Example
Text Example
White with #4EAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAECB; }
p { color: rgb(78,174,203); }
H1.HeaderClassName
{
color: #4EAECB;
}
.AnyTagClassName
{
color: #4EAECB;
}
</style>
background-color css
<style>
a { background-color: #4EAECB; }
a { background-color: rgb(78,174,203); }
div.DivClassName
{
background-color: #4EAECB;
}
.BgClassName
{
background-color: #4EAECB;
}
</style>
border-color css
<style>
span { border-color: #4EAECB; }
span { border-color: rgb(78,174,203); }
td.TdClassName
{
border-color: #4EAECB;
}
.TagClassName
{
border-color: #4EAECB;
}
</style>