Shades of Casal #49595C
Tints of Casal #49595C
RGB
CMYK
RGB Variations
Color information
#49595C (or 0x49595C) is known color: Casal. HEX triplet: 49, 59 and 5C. RGB value is (73,89,92). Sum of RGB (Red+Green+Blue) = 73+89+92=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #49595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595C is #B6A6A3. Grayscale: #545454. Windows color (decimal): -11970212 or 6052169. OLE color: 6052169.
HSL color Cylindrical-coordinate representation of color #49595C: hue angle of 189.47º 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 #49595C is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 89 | 92 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.64 |
| HSL | 189.47º | 0.12% | 0.32% | - |
| HSV(B) | 189.47º | 0.21% | 0.36% | - |
| XYZ | 8.25 | 9.33 | 11.49 | - |
| YUV | 84.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 92 | 0.21 | 0.03 | 0 | 0.64 | 189.47 | 0.12 | 0.32 |
| Hex | 49 | 59 | 5C | 15 | 3 | 0 | 40 | BD | C | 20 |
| Octal | 111 | 131 | 134 | 25 | 3 | 0 | 100 | 275 | 14 | 40 |
| Binary | 1001001 | 1011001 | 1011100 | 10101 | 11 | 0 | 1000000 | 10111101 | 1100 | 100000 |
Color Harmonies of #49595C
Complementary color
Monochromatic Colors of #49595C
Black with #49595C
Text Example
Text Example
White with #49595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49595C; }
p { color: rgb(73,89,92); }
H1.HeaderClassName
{
color: #49595C;
}
.AnyTagClassName
{
color: #49595C;
}
</style>
background-color css
<style>
a { background-color: #49595C; }
a { background-color: rgb(73,89,92); }
div.DivClassName
{
background-color: #49595C;
}
.BgClassName
{
background-color: #49595C;
}
</style>
border-color css
<style>
span { border-color: #49595C; }
span { border-color: rgb(73,89,92); }
td.TdClassName
{
border-color: #49595C;
}
.TagClassName
{
border-color: #49595C;
}
</style>