Shades of Como #4B705E
Tints of Como #4B705E
RGB
CMYK
RGB Variations
Color information
#4B705E (or 0x4B705E) is known color: Como. HEX triplet: 4B, 70 and 5E. RGB value is (75,112,94). Sum of RGB (Red+Green+Blue) = 75+112+94=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #4B705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B705E is #B48FA1. Grayscale: #626262. Windows color (decimal): -11833250 or 6189131. OLE color: 6189131.
HSL color Cylindrical-coordinate representation of color #4B705E: hue angle of 150.81º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B705E is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 94 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.56 |
| HSL | 150.81º | 0.2% | 0.37% | - |
| HSV(B) | 150.81º | 0.33% | 0.44% | - |
| XYZ | 10.72 | 13.89 | 12.71 | - |
| YUV | 98.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 94 | 0.33 | 0 | 0.16 | 0.56 | 150.81 | 0.2 | 0.37 |
| Hex | 4B | 70 | 5E | 21 | 0 | 10 | 38 | 97 | 14 | 25 |
| Octal | 113 | 160 | 136 | 41 | 0 | 20 | 70 | 227 | 24 | 45 |
| Binary | 1001011 | 1110000 | 1011110 | 100001 | 0 | 10000 | 111000 | 10010111 | 10100 | 100101 |
Color Harmonies of #4B705E
Complementary color
Monochromatic Colors of #4B705E
Black with #4B705E
Text Example
Text Example
White with #4B705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B705E; }
p { color: rgb(75,112,94); }
H1.HeaderClassName
{
color: #4B705E;
}
.AnyTagClassName
{
color: #4B705E;
}
</style>
background-color css
<style>
a { background-color: #4B705E; }
a { background-color: rgb(75,112,94); }
div.DivClassName
{
background-color: #4B705E;
}
.BgClassName
{
background-color: #4B705E;
}
</style>
border-color css
<style>
span { border-color: #4B705E; }
span { border-color: rgb(75,112,94); }
td.TdClassName
{
border-color: #4B705E;
}
.TagClassName
{
border-color: #4B705E;
}
</style>