Shades of Como #4B7758
Tints of Como #4B7758
RGB
CMYK
RGB Variations
Color information
#4B7758 (or 0x4B7758) is known color: Como. HEX triplet: 4B, 77 and 58. RGB value is (75,119,88). Sum of RGB (Red+Green+Blue) = 75+119+88=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7758 is #B488A7. Grayscale: #666666. Windows color (decimal): -11831464 or 5797707. OLE color: 5797707.
HSL color Cylindrical-coordinate representation of color #4B7758: hue angle of 137.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7758 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 88 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.53 |
| HSL | 137.73º | 0.23% | 0.38% | - |
| HSV(B) | 137.73º | 0.37% | 0.47% | - |
| XYZ | 11.26 | 15.39 | 11.61 | - |
| YUV | 102.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 88 | 0.37 | 0 | 0.26 | 0.53 | 137.73 | 0.23 | 0.38 |
| Hex | 4B | 77 | 58 | 25 | 0 | 1A | 35 | 8A | 17 | 26 |
| Octal | 113 | 167 | 130 | 45 | 0 | 32 | 65 | 212 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1011000 | 100101 | 0 | 11010 | 110101 | 10001010 | 10111 | 100110 |
Color Harmonies of #4B7758
Complementary color
Monochromatic Colors of #4B7758
Black with #4B7758
Text Example
Text Example
White with #4B7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7758; }
p { color: rgb(75,119,88); }
H1.HeaderClassName
{
color: #4B7758;
}
.AnyTagClassName
{
color: #4B7758;
}
</style>
background-color css
<style>
a { background-color: #4B7758; }
a { background-color: rgb(75,119,88); }
div.DivClassName
{
background-color: #4B7758;
}
.BgClassName
{
background-color: #4B7758;
}
</style>
border-color css
<style>
span { border-color: #4B7758; }
span { border-color: rgb(75,119,88); }
td.TdClassName
{
border-color: #4B7758;
}
.TagClassName
{
border-color: #4B7758;
}
</style>