Shades of Como #4B745C
Tints of Como #4B745C
RGB
CMYK
RGB Variations
Color information
#4B745C (or 0x4B745C) is known color: Como. HEX triplet: 4B, 74 and 5C. RGB value is (75,116,92). Sum of RGB (Red+Green+Blue) = 75+116+92=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #4B745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B745C is #B48BA3. Grayscale: #656565. Windows color (decimal): -11832228 or 6059083. OLE color: 6059083.
HSL color Cylindrical-coordinate representation of color #4B745C: hue angle of 144.88º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B745C is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 92 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.55 |
| HSL | 144.88º | 0.21% | 0.37% | - |
| HSV(B) | 144.88º | 0.35% | 0.45% | - |
| XYZ | 11.08 | 14.76 | 12.39 | - |
| YUV | 101.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 92 | 0.35 | 0 | 0.21 | 0.55 | 144.88 | 0.21 | 0.37 |
| Hex | 4B | 74 | 5C | 23 | 0 | 15 | 37 | 91 | 15 | 25 |
| Octal | 113 | 164 | 134 | 43 | 0 | 25 | 67 | 221 | 25 | 45 |
| Binary | 1001011 | 1110100 | 1011100 | 100011 | 0 | 10101 | 110111 | 10010001 | 10101 | 100101 |
Color Harmonies of #4B745C
Complementary color
Monochromatic Colors of #4B745C
Black with #4B745C
Text Example
Text Example
White with #4B745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B745C; }
p { color: rgb(75,116,92); }
H1.HeaderClassName
{
color: #4B745C;
}
.AnyTagClassName
{
color: #4B745C;
}
</style>
background-color css
<style>
a { background-color: #4B745C; }
a { background-color: rgb(75,116,92); }
div.DivClassName
{
background-color: #4B745C;
}
.BgClassName
{
background-color: #4B745C;
}
</style>
border-color css
<style>
span { border-color: #4B745C; }
span { border-color: rgb(75,116,92); }
td.TdClassName
{
border-color: #4B745C;
}
.TagClassName
{
border-color: #4B745C;
}
</style>