Shades of Casal #49585B
Tints of Casal #49585B
RGB
CMYK
RGB Variations
Color information
#49585B (or 0x49585B) is known color: Casal. HEX triplet: 49, 58 and 5B. RGB value is (73,88,91). Sum of RGB (Red+Green+Blue) = 73+88+91=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #49585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585B is #B6A7A4. Grayscale: #535353. Windows color (decimal): -11970469 or 5986377. OLE color: 5986377.
HSL color Cylindrical-coordinate representation of color #49585B: hue angle of 190º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49585B is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 88 | 91 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.64 |
| HSL | 190º | 0.11% | 0.32% | - |
| HSV(B) | 190º | 0.2% | 0.36% | - |
| XYZ | 8.13 | 9.15 | 11.24 | - |
| YUV | 83.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 91 | 0.20 | 0.03 | 0 | 0.64 | 190 | 0.11 | 0.32 |
| Hex | 49 | 58 | 5B | 14 | 3 | 0 | 40 | BE | B | 20 |
| Octal | 111 | 130 | 133 | 24 | 3 | 0 | 100 | 276 | 13 | 40 |
| Binary | 1001001 | 1011000 | 1011011 | 10100 | 11 | 0 | 1000000 | 10111110 | 1011 | 100000 |
Color Harmonies of #49585B
Complementary color
Monochromatic Colors of #49585B
Black with #49585B
Text Example
Text Example
White with #49585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49585B; }
p { color: rgb(73,88,91); }
H1.HeaderClassName
{
color: #49585B;
}
.AnyTagClassName
{
color: #49585B;
}
</style>
background-color css
<style>
a { background-color: #49585B; }
a { background-color: rgb(73,88,91); }
div.DivClassName
{
background-color: #49585B;
}
.BgClassName
{
background-color: #49585B;
}
</style>
border-color css
<style>
span { border-color: #49585B; }
span { border-color: rgb(73,88,91); }
td.TdClassName
{
border-color: #49585B;
}
.TagClassName
{
border-color: #49585B;
}
</style>