Shades of Cello #49535F
Tints of Cello #49535F
RGB
CMYK
RGB Variations
Color information
#49535F (or 0x49535F) is known color: Cello. HEX triplet: 49, 53 and 5F. RGB value is (73,83,95). Sum of RGB (Red+Green+Blue) = 73+83+95=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #49535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535F is #B6ACA0. Grayscale: #515151. Windows color (decimal): -11971745 or 6247241. OLE color: 6247241.
HSL color Cylindrical-coordinate representation of color #49535F: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49535F is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 83 | 95 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.63 |
| HSL | 212.73º | 0.13% | 0.33% | - |
| HSV(B) | 212.73º | 0.23% | 0.37% | - |
| XYZ | 7.91 | 8.43 | 12.04 | - |
| YUV | 81.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 95 | 0.23 | 0.13 | 0 | 0.63 | 212.73 | 0.13 | 0.33 |
| Hex | 49 | 53 | 5F | 17 | D | 0 | 3F | D5 | D | 21 |
| Octal | 111 | 123 | 137 | 27 | 15 | 0 | 77 | 325 | 15 | 41 |
| Binary | 1001001 | 1010011 | 1011111 | 10111 | 1101 | 0 | 111111 | 11010101 | 1101 | 100001 |
Color Harmonies of #49535F
Complementary color
Monochromatic Colors of #49535F
Black with #49535F
Text Example
Text Example
White with #49535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535F; }
p { color: rgb(73,83,95); }
H1.HeaderClassName
{
color: #49535F;
}
.AnyTagClassName
{
color: #49535F;
}
</style>
background-color css
<style>
a { background-color: #49535F; }
a { background-color: rgb(73,83,95); }
div.DivClassName
{
background-color: #49535F;
}
.BgClassName
{
background-color: #49535F;
}
</style>
border-color css
<style>
span { border-color: #49535F; }
span { border-color: rgb(73,83,95); }
td.TdClassName
{
border-color: #49535F;
}
.TagClassName
{
border-color: #49535F;
}
</style>