Shades of Como #4B7463
Tints of Como #4B7463
RGB
CMYK
RGB Variations
Color information
#4B7463 (or 0x4B7463) is known color: Como. HEX triplet: 4B, 74 and 63. RGB value is (75,116,99). Sum of RGB (Red+Green+Blue) = 75+116+99=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7463 is #B48B9C. Grayscale: #656565. Windows color (decimal): -11832221 or 6517835. OLE color: 6517835.
HSL color Cylindrical-coordinate representation of color #4B7463: hue angle of 155.12º 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 #4B7463 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 99 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.55 |
| HSL | 155.12º | 0.21% | 0.37% | - |
| HSV(B) | 155.12º | 0.35% | 0.45% | - |
| XYZ | 11.4 | 14.89 | 14.08 | - |
| YUV | 101.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 99 | 0.35 | 0 | 0.15 | 0.55 | 155.12 | 0.21 | 0.37 |
| Hex | 4B | 74 | 63 | 23 | 0 | F | 37 | 9B | 15 | 25 |
| Octal | 113 | 164 | 143 | 43 | 0 | 17 | 67 | 233 | 25 | 45 |
| Binary | 1001011 | 1110100 | 1100011 | 100011 | 0 | 1111 | 110111 | 10011011 | 10101 | 100101 |
Color Harmonies of #4B7463
Complementary color
Monochromatic Colors of #4B7463
Black with #4B7463
Text Example
Text Example
White with #4B7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7463; }
p { color: rgb(75,116,99); }
H1.HeaderClassName
{
color: #4B7463;
}
.AnyTagClassName
{
color: #4B7463;
}
</style>
background-color css
<style>
a { background-color: #4B7463; }
a { background-color: rgb(75,116,99); }
div.DivClassName
{
background-color: #4B7463;
}
.BgClassName
{
background-color: #4B7463;
}
</style>
border-color css
<style>
span { border-color: #4B7463; }
span { border-color: rgb(75,116,99); }
td.TdClassName
{
border-color: #4B7463;
}
.TagClassName
{
border-color: #4B7463;
}
</style>