Shades of Como #4B755A
Tints of Como #4B755A
RGB
CMYK
RGB Variations
Color information
#4B755A (or 0x4B755A) is known color: Como. HEX triplet: 4B, 75 and 5A. RGB value is (75,117,90). Sum of RGB (Red+Green+Blue) = 75+117+90=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #4B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B755A is #B48AA5. Grayscale: #656565. Windows color (decimal): -11831974 or 5928267. OLE color: 5928267.
HSL color Cylindrical-coordinate representation of color #4B755A: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B755A is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 90 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.54 |
| HSL | 141.43º | 0.22% | 0.38% | - |
| HSV(B) | 141.43º | 0.36% | 0.46% | - |
| XYZ | 11.11 | 14.96 | 11.97 | - |
| YUV | 101.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 90 | 0.36 | 0 | 0.23 | 0.54 | 141.43 | 0.22 | 0.38 |
| Hex | 4B | 75 | 5A | 24 | 0 | 17 | 36 | 8D | 16 | 26 |
| Octal | 113 | 165 | 132 | 44 | 0 | 27 | 66 | 215 | 26 | 46 |
| Binary | 1001011 | 1110101 | 1011010 | 100100 | 0 | 10111 | 110110 | 10001101 | 10110 | 100110 |
Color Harmonies of #4B755A
Complementary color
Monochromatic Colors of #4B755A
Black with #4B755A
Text Example
Text Example
White with #4B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B755A; }
p { color: rgb(75,117,90); }
H1.HeaderClassName
{
color: #4B755A;
}
.AnyTagClassName
{
color: #4B755A;
}
</style>
background-color css
<style>
a { background-color: #4B755A; }
a { background-color: rgb(75,117,90); }
div.DivClassName
{
background-color: #4B755A;
}
.BgClassName
{
background-color: #4B755A;
}
</style>
border-color css
<style>
span { border-color: #4B755A; }
span { border-color: rgb(75,117,90); }
td.TdClassName
{
border-color: #4B755A;
}
.TagClassName
{
border-color: #4B755A;
}
</style>