Shades of Como #4E6B5B
Tints of Como #4E6B5B
RGB
CMYK
RGB Variations
Color information
#4E6B5B (or 0x4E6B5B) is known color: Como. HEX triplet: 4E, 6B and 5B. RGB value is (78,107,91). Sum of RGB (Red+Green+Blue) = 78+107+91=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B5B is #B194A4. Grayscale: #606060. Windows color (decimal): -11637925 or 5991246. OLE color: 5991246.
HSL color Cylindrical-coordinate representation of color #4E6B5B: hue angle of 146.9º 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 #4E6B5B is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 91 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.58 |
| HSL | 146.9º | 0.16% | 0.36% | - |
| HSV(B) | 146.9º | 0.27% | 0.42% | - |
| XYZ | 10.29 | 12.89 | 11.84 | - |
| YUV | 96.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 91 | 0.27 | 0 | 0.15 | 0.58 | 146.9 | 0.16 | 0.36 |
| Hex | 4E | 6B | 5B | 1B | 0 | F | 3A | 93 | 10 | 24 |
| Octal | 116 | 153 | 133 | 33 | 0 | 17 | 72 | 223 | 20 | 44 |
| Binary | 1001110 | 1101011 | 1011011 | 11011 | 0 | 1111 | 111010 | 10010011 | 10000 | 100100 |
Color Harmonies of #4E6B5B
Complementary color
Monochromatic Colors of #4E6B5B
Black with #4E6B5B
Text Example
Text Example
White with #4E6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B5B; }
p { color: rgb(78,107,91); }
H1.HeaderClassName
{
color: #4E6B5B;
}
.AnyTagClassName
{
color: #4E6B5B;
}
</style>
background-color css
<style>
a { background-color: #4E6B5B; }
a { background-color: rgb(78,107,91); }
div.DivClassName
{
background-color: #4E6B5B;
}
.BgClassName
{
background-color: #4E6B5B;
}
</style>
border-color css
<style>
span { border-color: #4E6B5B; }
span { border-color: rgb(78,107,91); }
td.TdClassName
{
border-color: #4E6B5B;
}
.TagClassName
{
border-color: #4E6B5B;
}
</style>