Shades of Como #4B6F5E
Tints of Como #4B6F5E
RGB
CMYK
RGB Variations
Color information
#4B6F5E (or 0x4B6F5E) is known color: Como. HEX triplet: 4B, 6F and 5E. RGB value is (75,111,94). Sum of RGB (Red+Green+Blue) = 75+111+94=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F5E is #B490A1. Grayscale: #626262. Windows color (decimal): -11833506 or 6188875. OLE color: 6188875.
HSL color Cylindrical-coordinate representation of color #4B6F5E: hue angle of 151.67º 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 #4B6F5E is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 75 | 111 | 94 | - |
CMYK | 0.32 | 0 | 0.15 | 0.56 |
HSL | 151.67º | 0.19% | 0.36% | - |
HSV(B) | 151.67º | 0.32% | 0.44% | - |
XYZ | 10.61 | 13.67 | 12.67 | - |
YUV | 98.3 | 125.57 | 111.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 111 | 94 | 0.32 | 0 | 0.15 | 0.56 | 151.67 | 0.19 | 0.36 |
Hex | 4B | 6F | 5E | 20 | 0 | F | 38 | 98 | 13 | 24 |
Octal | 113 | 157 | 136 | 40 | 0 | 17 | 70 | 230 | 23 | 44 |
Binary | 1001011 | 1101111 | 1011110 | 100000 | 0 | 1111 | 111000 | 10011000 | 10011 | 100100 |
Color Harmonies of #4B6F5E
Complementary color
Monochromatic Colors of #4B6F5E
Black with #4B6F5E
Text Example
Text Example
White with #4B6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F5E; }
p { color: rgb(75,111,94); }
H1.HeaderClassName
{
color: #4B6F5E;
}
.AnyTagClassName
{
color: #4B6F5E;
}
</style>
background-color css
<style>
a { background-color: #4B6F5E; }
a { background-color: rgb(75,111,94); }
div.DivClassName
{
background-color: #4B6F5E;
}
.BgClassName
{
background-color: #4B6F5E;
}
</style>
border-color css
<style>
span { border-color: #4B6F5E; }
span { border-color: rgb(75,111,94); }
td.TdClassName
{
border-color: #4B6F5E;
}
.TagClassName
{
border-color: #4B6F5E;
}
</style>