Shades of Como #4B715A
Tints of Como #4B715A
RGB
CMYK
RGB Variations
Color information
#4B715A (or 0x4B715A) is known color: Como. HEX triplet: 4B, 71 and 5A. RGB value is (75,113,90). Sum of RGB (Red+Green+Blue) = 75+113+90=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #4B715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B715A is #B48EA5. Grayscale: #636363. Windows color (decimal): -11832998 or 5927243. OLE color: 5927243.
HSL color Cylindrical-coordinate representation of color #4B715A: hue angle of 143.68º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B715A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 90 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.56 |
| HSL | 143.68º | 0.2% | 0.37% | - |
| HSV(B) | 143.68º | 0.34% | 0.44% | - |
| XYZ | 10.65 | 14.04 | 11.82 | - |
| YUV | 99.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 90 | 0.34 | 0 | 0.20 | 0.56 | 143.68 | 0.2 | 0.37 |
| Hex | 4B | 71 | 5A | 22 | 0 | 14 | 38 | 90 | 14 | 25 |
| Octal | 113 | 161 | 132 | 42 | 0 | 24 | 70 | 220 | 24 | 45 |
| Binary | 1001011 | 1110001 | 1011010 | 100010 | 0 | 10100 | 111000 | 10010000 | 10100 | 100101 |
Color Harmonies of #4B715A
Complementary color
Monochromatic Colors of #4B715A
Black with #4B715A
Text Example
Text Example
White with #4B715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B715A; }
p { color: rgb(75,113,90); }
H1.HeaderClassName
{
color: #4B715A;
}
.AnyTagClassName
{
color: #4B715A;
}
</style>
background-color css
<style>
a { background-color: #4B715A; }
a { background-color: rgb(75,113,90); }
div.DivClassName
{
background-color: #4B715A;
}
.BgClassName
{
background-color: #4B715A;
}
</style>
border-color css
<style>
span { border-color: #4B715A; }
span { border-color: rgb(75,113,90); }
td.TdClassName
{
border-color: #4B715A;
}
.TagClassName
{
border-color: #4B715A;
}
</style>