Shades of Casal #47595E
Tints of Casal #47595E
RGB
CMYK
RGB Variations
Color information
#47595E (or 0x47595E) is known color: Casal. HEX triplet: 47, 59 and 5E. RGB value is (71,89,94). Sum of RGB (Red+Green+Blue) = 71+89+94=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #47595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595E is #B8A6A1. Grayscale: #545454. Windows color (decimal): -12101282 or 6183239. OLE color: 6183239.
HSL color Cylindrical-coordinate representation of color #47595E: hue angle of 193.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47595E is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 89 | 94 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.63 |
| HSL | 193.04º | 0.14% | 0.32% | - |
| HSV(B) | 193.04º | 0.24% | 0.37% | - |
| XYZ | 8.19 | 9.29 | 11.95 | - |
| YUV | 84.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 94 | 0.24 | 0.05 | 0 | 0.63 | 193.04 | 0.14 | 0.32 |
| Hex | 47 | 59 | 5E | 18 | 5 | 0 | 3F | C1 | E | 20 |
| Octal | 107 | 131 | 136 | 30 | 5 | 0 | 77 | 301 | 16 | 40 |
| Binary | 1000111 | 1011001 | 1011110 | 11000 | 101 | 0 | 111111 | 11000001 | 1110 | 100000 |
Color Harmonies of #47595E
Complementary color
Monochromatic Colors of #47595E
Black with #47595E
Text Example
Text Example
White with #47595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47595E; }
p { color: rgb(71,89,94); }
H1.HeaderClassName
{
color: #47595E;
}
.AnyTagClassName
{
color: #47595E;
}
</style>
background-color css
<style>
a { background-color: #47595E; }
a { background-color: rgb(71,89,94); }
div.DivClassName
{
background-color: #47595E;
}
.BgClassName
{
background-color: #47595E;
}
</style>
border-color css
<style>
span { border-color: #47595E; }
span { border-color: rgb(71,89,94); }
td.TdClassName
{
border-color: #47595E;
}
.TagClassName
{
border-color: #47595E;
}
</style>