Shades of Como #4B6E5A
Tints of Como #4B6E5A
RGB
CMYK
RGB Variations
Color information
#4B6E5A (or 0x4B6E5A) is known color: Como. HEX triplet: 4B, 6E and 5A. RGB value is (75,110,90). Sum of RGB (Red+Green+Blue) = 75+110+90=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E5A is #B491A5. Grayscale: #616161. Windows color (decimal): -11833766 or 5926475. OLE color: 5926475.
HSL color Cylindrical-coordinate representation of color #4B6E5A: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6E5A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 110 | 90 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.57 |
| HSL | 145.71º | 0.19% | 0.36% | - |
| HSV(B) | 145.71º | 0.32% | 0.43% | - |
| XYZ | 10.32 | 13.39 | 11.71 | - |
| YUV | 97.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 90 | 0.32 | 0 | 0.18 | 0.57 | 145.71 | 0.19 | 0.36 |
| Hex | 4B | 6E | 5A | 20 | 0 | 12 | 39 | 92 | 13 | 24 |
| Octal | 113 | 156 | 132 | 40 | 0 | 22 | 71 | 222 | 23 | 44 |
| Binary | 1001011 | 1101110 | 1011010 | 100000 | 0 | 10010 | 111001 | 10010010 | 10011 | 100100 |
Color Harmonies of #4B6E5A
Complementary color
Monochromatic Colors of #4B6E5A
Black with #4B6E5A
Text Example
Text Example
White with #4B6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E5A; }
p { color: rgb(75,110,90); }
H1.HeaderClassName
{
color: #4B6E5A;
}
.AnyTagClassName
{
color: #4B6E5A;
}
</style>
background-color css
<style>
a { background-color: #4B6E5A; }
a { background-color: rgb(75,110,90); }
div.DivClassName
{
background-color: #4B6E5A;
}
.BgClassName
{
background-color: #4B6E5A;
}
</style>
border-color css
<style>
span { border-color: #4B6E5A; }
span { border-color: rgb(75,110,90); }
td.TdClassName
{
border-color: #4B6E5A;
}
.TagClassName
{
border-color: #4B6E5A;
}
</style>