Shades of Cello #49525C
Tints of Cello #49525C
RGB
CMYK
RGB Variations
Color information
#49525C (or 0x49525C) is known color: Cello. HEX triplet: 49, 52 and 5C. RGB value is (73,82,92). Sum of RGB (Red+Green+Blue) = 73+82+92=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #49525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525C is #B6ADA3. Grayscale: #505050. Windows color (decimal): -11972004 or 6050377. OLE color: 6050377.
HSL color Cylindrical-coordinate representation of color #49525C: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49525C is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 82 | 92 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.64 |
| HSL | 211.58º | 0.12% | 0.32% | - |
| HSV(B) | 211.58º | 0.21% | 0.36% | - |
| XYZ | 7.7 | 8.22 | 11.31 | - |
| YUV | 80.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 92 | 0.21 | 0.11 | 0 | 0.64 | 211.58 | 0.12 | 0.32 |
| Hex | 49 | 52 | 5C | 15 | B | 0 | 40 | D4 | C | 20 |
| Octal | 111 | 122 | 134 | 25 | 13 | 0 | 100 | 324 | 14 | 40 |
| Binary | 1001001 | 1010010 | 1011100 | 10101 | 1011 | 0 | 1000000 | 11010100 | 1100 | 100000 |
Color Harmonies of #49525C
Complementary color
Monochromatic Colors of #49525C
Black with #49525C
Text Example
Text Example
White with #49525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49525C; }
p { color: rgb(73,82,92); }
H1.HeaderClassName
{
color: #49525C;
}
.AnyTagClassName
{
color: #49525C;
}
</style>
background-color css
<style>
a { background-color: #49525C; }
a { background-color: rgb(73,82,92); }
div.DivClassName
{
background-color: #49525C;
}
.BgClassName
{
background-color: #49525C;
}
</style>
border-color css
<style>
span { border-color: #49525C; }
span { border-color: rgb(73,82,92); }
td.TdClassName
{
border-color: #49525C;
}
.TagClassName
{
border-color: #49525C;
}
</style>