Shades of San Juan #47575D
Tints of San Juan #47575D
RGB
CMYK
RGB Variations
Color information
#47575D (or 0x47575D) is known color: San Juan. HEX triplet: 47, 57 and 5D. RGB value is (71,87,93). Sum of RGB (Red+Green+Blue) = 71+87+93=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #47575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47575D is #B8A8A2. Grayscale: #525252. Windows color (decimal): -12101795 or 6117191. OLE color: 6117191.
HSL color Cylindrical-coordinate representation of color #47575D: hue angle of 196.36º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47575D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 87 | 93 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.64 |
| HSL | 196.36º | 0.13% | 0.32% | - |
| HSV(B) | 196.36º | 0.24% | 0.36% | - |
| XYZ | 7.98 | 8.95 | 11.66 | - |
| YUV | 82.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 93 | 0.24 | 0.06 | 0 | 0.64 | 196.36 | 0.13 | 0.32 |
| Hex | 47 | 57 | 5D | 18 | 6 | 0 | 40 | C4 | D | 20 |
| Octal | 107 | 127 | 135 | 30 | 6 | 0 | 100 | 304 | 15 | 40 |
| Binary | 1000111 | 1010111 | 1011101 | 11000 | 110 | 0 | 1000000 | 11000100 | 1101 | 100000 |
Color Harmonies of #47575D
Complementary color
Monochromatic Colors of #47575D
Black with #47575D
Text Example
Text Example
White with #47575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47575D; }
p { color: rgb(71,87,93); }
H1.HeaderClassName
{
color: #47575D;
}
.AnyTagClassName
{
color: #47575D;
}
</style>
background-color css
<style>
a { background-color: #47575D; }
a { background-color: rgb(71,87,93); }
div.DivClassName
{
background-color: #47575D;
}
.BgClassName
{
background-color: #47575D;
}
</style>
border-color css
<style>
span { border-color: #47575D; }
span { border-color: rgb(71,87,93); }
td.TdClassName
{
border-color: #47575D;
}
.TagClassName
{
border-color: #47575D;
}
</style>