Shades of San Juan #47535E
Tints of San Juan #47535E
RGB
CMYK
RGB Variations
Color information
#47535E (or 0x47535E) is known color: San Juan. HEX triplet: 47, 53 and 5E. RGB value is (71,83,94). Sum of RGB (Red+Green+Blue) = 71+83+94=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #47535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47535E is #B8ACA1. Grayscale: #505050. Windows color (decimal): -12102818 or 6181703. OLE color: 6181703.
HSL color Cylindrical-coordinate representation of color #47535E: hue angle of 208.7º 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 #47535E is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 83 | 94 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.63 |
| HSL | 208.7º | 0.14% | 0.32% | - |
| HSV(B) | 208.7º | 0.24% | 0.37% | - |
| XYZ | 7.71 | 8.33 | 11.79 | - |
| YUV | 80.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 94 | 0.24 | 0.12 | 0 | 0.63 | 208.7 | 0.14 | 0.32 |
| Hex | 47 | 53 | 5E | 18 | C | 0 | 3F | D1 | E | 20 |
| Octal | 107 | 123 | 136 | 30 | 14 | 0 | 77 | 321 | 16 | 40 |
| Binary | 1000111 | 1010011 | 1011110 | 11000 | 1100 | 0 | 111111 | 11010001 | 1110 | 100000 |
Color Harmonies of #47535E
Complementary color
Monochromatic Colors of #47535E
Black with #47535E
Text Example
Text Example
White with #47535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47535E; }
p { color: rgb(71,83,94); }
H1.HeaderClassName
{
color: #47535E;
}
.AnyTagClassName
{
color: #47535E;
}
</style>
background-color css
<style>
a { background-color: #47535E; }
a { background-color: rgb(71,83,94); }
div.DivClassName
{
background-color: #47535E;
}
.BgClassName
{
background-color: #47535E;
}
</style>
border-color css
<style>
span { border-color: #47535E; }
span { border-color: rgb(71,83,94); }
td.TdClassName
{
border-color: #47535E;
}
.TagClassName
{
border-color: #47535E;
}
</style>