Shades of Como #4B6E5D
Tints of Como #4B6E5D
RGB
CMYK
RGB Variations
Color information
#4B6E5D (or 0x4B6E5D) is known color: Como. HEX triplet: 4B, 6E and 5D. RGB value is (75,110,93). Sum of RGB (Red+Green+Blue) = 75+110+93=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E5D is #B491A2. Grayscale: #616161. Windows color (decimal): -11833763 or 6123083. OLE color: 6123083.
HSL color Cylindrical-coordinate representation of color #4B6E5D: hue angle of 150.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6E5D is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 110 | 93 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.57 |
| HSL | 150.86º | 0.19% | 0.36% | - |
| HSV(B) | 150.86º | 0.32% | 0.43% | - |
| XYZ | 10.45 | 13.44 | 12.4 | - |
| YUV | 97.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 93 | 0.32 | 0 | 0.15 | 0.57 | 150.86 | 0.19 | 0.36 |
| Hex | 4B | 6E | 5D | 20 | 0 | F | 39 | 97 | 13 | 24 |
| Octal | 113 | 156 | 135 | 40 | 0 | 17 | 71 | 227 | 23 | 44 |
| Binary | 1001011 | 1101110 | 1011101 | 100000 | 0 | 1111 | 111001 | 10010111 | 10011 | 100100 |
Color Harmonies of #4B6E5D
Complementary color
Monochromatic Colors of #4B6E5D
Black with #4B6E5D
Text Example
Text Example
White with #4B6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E5D; }
p { color: rgb(75,110,93); }
H1.HeaderClassName
{
color: #4B6E5D;
}
.AnyTagClassName
{
color: #4B6E5D;
}
</style>
background-color css
<style>
a { background-color: #4B6E5D; }
a { background-color: rgb(75,110,93); }
div.DivClassName
{
background-color: #4B6E5D;
}
.BgClassName
{
background-color: #4B6E5D;
}
</style>
border-color css
<style>
span { border-color: #4B6E5D; }
span { border-color: rgb(75,110,93); }
td.TdClassName
{
border-color: #4B6E5D;
}
.TagClassName
{
border-color: #4B6E5D;
}
</style>