Shades of Como #4E6B5A
Tints of Como #4E6B5A
RGB
CMYK
RGB Variations
Color information
#4E6B5A (or 0x4E6B5A) is known color: Como. HEX triplet: 4E, 6B and 5A. RGB value is (78,107,90). Sum of RGB (Red+Green+Blue) = 78+107+90=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B5A is #B194A5. Grayscale: #606060. Windows color (decimal): -11637926 or 5925710. OLE color: 5925710.
HSL color Cylindrical-coordinate representation of color #4E6B5A: hue angle of 144.83º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E6B5A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 90 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.58 |
| HSL | 144.83º | 0.16% | 0.36% | - |
| HSV(B) | 144.83º | 0.27% | 0.42% | - |
| XYZ | 10.25 | 12.87 | 11.62 | - |
| YUV | 96.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 90 | 0.27 | 0 | 0.16 | 0.58 | 144.83 | 0.16 | 0.36 |
| Hex | 4E | 6B | 5A | 1B | 0 | 10 | 3A | 91 | 10 | 24 |
| Octal | 116 | 153 | 132 | 33 | 0 | 20 | 72 | 221 | 20 | 44 |
| Binary | 1001110 | 1101011 | 1011010 | 11011 | 0 | 10000 | 111010 | 10010001 | 10000 | 100100 |
Color Harmonies of #4E6B5A
Complementary color
Monochromatic Colors of #4E6B5A
Black with #4E6B5A
Text Example
Text Example
White with #4E6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B5A; }
p { color: rgb(78,107,90); }
H1.HeaderClassName
{
color: #4E6B5A;
}
.AnyTagClassName
{
color: #4E6B5A;
}
</style>
background-color css
<style>
a { background-color: #4E6B5A; }
a { background-color: rgb(78,107,90); }
div.DivClassName
{
background-color: #4E6B5A;
}
.BgClassName
{
background-color: #4E6B5A;
}
</style>
border-color css
<style>
span { border-color: #4E6B5A; }
span { border-color: rgb(78,107,90); }
td.TdClassName
{
border-color: #4E6B5A;
}
.TagClassName
{
border-color: #4E6B5A;
}
</style>