Shades of Como #4B7262
Tints of Como #4B7262
RGB
CMYK
RGB Variations
Color information
#4B7262 (or 0x4B7262) is known color: Como. HEX triplet: 4B, 72 and 62. RGB value is (75,114,98). Sum of RGB (Red+Green+Blue) = 75+114+98=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7262 is #B48D9D. Grayscale: #646464. Windows color (decimal): -11832734 or 6451787. OLE color: 6451787.
HSL color Cylindrical-coordinate representation of color #4B7262: hue angle of 155.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7262 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 98 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.55 |
| HSL | 155.38º | 0.21% | 0.37% | - |
| HSV(B) | 155.38º | 0.34% | 0.45% | - |
| XYZ | 11.12 | 14.41 | 13.75 | - |
| YUV | 100.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 98 | 0.34 | 0 | 0.14 | 0.55 | 155.38 | 0.21 | 0.37 |
| Hex | 4B | 72 | 62 | 22 | 0 | E | 37 | 9B | 15 | 25 |
| Octal | 113 | 162 | 142 | 42 | 0 | 16 | 67 | 233 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1100010 | 100010 | 0 | 1110 | 110111 | 10011011 | 10101 | 100101 |
Color Harmonies of #4B7262
Complementary color
Monochromatic Colors of #4B7262
Black with #4B7262
Text Example
Text Example
White with #4B7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7262; }
p { color: rgb(75,114,98); }
H1.HeaderClassName
{
color: #4B7262;
}
.AnyTagClassName
{
color: #4B7262;
}
</style>
background-color css
<style>
a { background-color: #4B7262; }
a { background-color: rgb(75,114,98); }
div.DivClassName
{
background-color: #4B7262;
}
.BgClassName
{
background-color: #4B7262;
}
</style>
border-color css
<style>
span { border-color: #4B7262; }
span { border-color: rgb(75,114,98); }
td.TdClassName
{
border-color: #4B7262;
}
.TagClassName
{
border-color: #4B7262;
}
</style>