Shades of San Juan #47565D
Tints of San Juan #47565D
RGB
CMYK
RGB Variations
Color information
#47565D (or 0x47565D) is known color: San Juan. HEX triplet: 47, 56 and 5D. RGB value is (71,86,93). Sum of RGB (Red+Green+Blue) = 71+86+93=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #47565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47565D is #B8A9A2. Grayscale: #525252. Windows color (decimal): -12102051 or 6116935. OLE color: 6116935.
HSL color Cylindrical-coordinate representation of color #47565D: hue angle of 199.09º 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 #47565D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 86 | 93 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.64 |
| HSL | 199.09º | 0.13% | 0.32% | - |
| HSV(B) | 199.09º | 0.24% | 0.36% | - |
| XYZ | 7.9 | 8.79 | 11.64 | - |
| YUV | 82.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 93 | 0.24 | 0.08 | 0 | 0.64 | 199.09 | 0.13 | 0.32 |
| Hex | 47 | 56 | 5D | 18 | 8 | 0 | 40 | C7 | D | 20 |
| Octal | 107 | 126 | 135 | 30 | 10 | 0 | 100 | 307 | 15 | 40 |
| Binary | 1000111 | 1010110 | 1011101 | 11000 | 1000 | 0 | 1000000 | 11000111 | 1101 | 100000 |
Color Harmonies of #47565D
Complementary color
Monochromatic Colors of #47565D
Black with #47565D
Text Example
Text Example
White with #47565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47565D; }
p { color: rgb(71,86,93); }
H1.HeaderClassName
{
color: #47565D;
}
.AnyTagClassName
{
color: #47565D;
}
</style>
background-color css
<style>
a { background-color: #47565D; }
a { background-color: rgb(71,86,93); }
div.DivClassName
{
background-color: #47565D;
}
.BgClassName
{
background-color: #47565D;
}
</style>
border-color css
<style>
span { border-color: #47565D; }
span { border-color: rgb(71,86,93); }
td.TdClassName
{
border-color: #47565D;
}
.TagClassName
{
border-color: #47565D;
}
</style>