Shades of Casal #49595D
Tints of Casal #49595D
RGB
CMYK
RGB Variations
Color information
#49595D (or 0x49595D) is known color: Casal. HEX triplet: 49, 59 and 5D. RGB value is (73,89,93). Sum of RGB (Red+Green+Blue) = 73+89+93=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #49595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595D is #B6A6A2. Grayscale: #545454. Windows color (decimal): -11970211 or 6117705. OLE color: 6117705.
HSL color Cylindrical-coordinate representation of color #49595D: hue angle of 192º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49595D is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 89 | 93 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.64 |
| HSL | 192º | 0.12% | 0.33% | - |
| HSV(B) | 192º | 0.22% | 0.36% | - |
| XYZ | 8.3 | 9.35 | 11.72 | - |
| YUV | 84.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 93 | 0.22 | 0.04 | 0 | 0.64 | 192 | 0.12 | 0.33 |
| Hex | 49 | 59 | 5D | 16 | 4 | 0 | 40 | C0 | C | 21 |
| Octal | 111 | 131 | 135 | 26 | 4 | 0 | 100 | 300 | 14 | 41 |
| Binary | 1001001 | 1011001 | 1011101 | 10110 | 100 | 0 | 1000000 | 11000000 | 1100 | 100001 |
Color Harmonies of #49595D
Complementary color
Monochromatic Colors of #49595D
Black with #49595D
Text Example
Text Example
White with #49595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49595D; }
p { color: rgb(73,89,93); }
H1.HeaderClassName
{
color: #49595D;
}
.AnyTagClassName
{
color: #49595D;
}
</style>
background-color css
<style>
a { background-color: #49595D; }
a { background-color: rgb(73,89,93); }
div.DivClassName
{
background-color: #49595D;
}
.BgClassName
{
background-color: #49595D;
}
</style>
border-color css
<style>
span { border-color: #49595D; }
span { border-color: rgb(73,89,93); }
td.TdClassName
{
border-color: #49595D;
}
.TagClassName
{
border-color: #49595D;
}
</style>