Shades of Como #4B6F5A
Tints of Como #4B6F5A
RGB
CMYK
RGB Variations
Color information
#4B6F5A (or 0x4B6F5A) is known color: Como. HEX triplet: 4B, 6F and 5A. RGB value is (75,111,90). Sum of RGB (Red+Green+Blue) = 75+111+90=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F5A is #B490A5. Grayscale: #616161. Windows color (decimal): -11833510 or 5926731. OLE color: 5926731.
HSL color Cylindrical-coordinate representation of color #4B6F5A: hue angle of 145º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6F5A is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 90 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.56 |
| HSL | 145º | 0.19% | 0.36% | - |
| HSV(B) | 145º | 0.32% | 0.44% | - |
| XYZ | 10.43 | 13.6 | 11.75 | - |
| YUV | 97.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 90 | 0.32 | 0 | 0.19 | 0.56 | 145 | 0.19 | 0.36 |
| Hex | 4B | 6F | 5A | 20 | 0 | 13 | 38 | 91 | 13 | 24 |
| Octal | 113 | 157 | 132 | 40 | 0 | 23 | 70 | 221 | 23 | 44 |
| Binary | 1001011 | 1101111 | 1011010 | 100000 | 0 | 10011 | 111000 | 10010001 | 10011 | 100100 |
Color Harmonies of #4B6F5A
Complementary color
Monochromatic Colors of #4B6F5A
Black with #4B6F5A
Text Example
Text Example
White with #4B6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F5A; }
p { color: rgb(75,111,90); }
H1.HeaderClassName
{
color: #4B6F5A;
}
.AnyTagClassName
{
color: #4B6F5A;
}
</style>
background-color css
<style>
a { background-color: #4B6F5A; }
a { background-color: rgb(75,111,90); }
div.DivClassName
{
background-color: #4B6F5A;
}
.BgClassName
{
background-color: #4B6F5A;
}
</style>
border-color css
<style>
span { border-color: #4B6F5A; }
span { border-color: rgb(75,111,90); }
td.TdClassName
{
border-color: #4B6F5A;
}
.TagClassName
{
border-color: #4B6F5A;
}
</style>