Shades of Como #4B705A
Tints of Como #4B705A
RGB
CMYK
RGB Variations
Color information
#4B705A (or 0x4B705A) is known color: Como. HEX triplet: 4B, 70 and 5A. RGB value is (75,112,90). Sum of RGB (Red+Green+Blue) = 75+112+90=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #4B705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B705A is #B48FA5. Grayscale: #626262. Windows color (decimal): -11833254 or 5926987. OLE color: 5926987.
HSL color Cylindrical-coordinate representation of color #4B705A: hue angle of 144.32º 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 #4B705A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 90 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.56 |
| HSL | 144.32º | 0.2% | 0.37% | - |
| HSV(B) | 144.32º | 0.33% | 0.44% | - |
| XYZ | 10.54 | 13.82 | 11.79 | - |
| YUV | 98.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 90 | 0.33 | 0 | 0.20 | 0.56 | 144.32 | 0.2 | 0.37 |
| Hex | 4B | 70 | 5A | 21 | 0 | 14 | 38 | 90 | 14 | 25 |
| Octal | 113 | 160 | 132 | 41 | 0 | 24 | 70 | 220 | 24 | 45 |
| Binary | 1001011 | 1110000 | 1011010 | 100001 | 0 | 10100 | 111000 | 10010000 | 10100 | 100101 |
Color Harmonies of #4B705A
Complementary color
Monochromatic Colors of #4B705A
Black with #4B705A
Text Example
Text Example
White with #4B705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B705A; }
p { color: rgb(75,112,90); }
H1.HeaderClassName
{
color: #4B705A;
}
.AnyTagClassName
{
color: #4B705A;
}
</style>
background-color css
<style>
a { background-color: #4B705A; }
a { background-color: rgb(75,112,90); }
div.DivClassName
{
background-color: #4B705A;
}
.BgClassName
{
background-color: #4B705A;
}
</style>
border-color css
<style>
span { border-color: #4B705A; }
span { border-color: rgb(75,112,90); }
td.TdClassName
{
border-color: #4B705A;
}
.TagClassName
{
border-color: #4B705A;
}
</style>