Shades of San Juan #47525C
Tints of San Juan #47525C
RGB
CMYK
RGB Variations
Color information
#47525C (or 0x47525C) is known color: San Juan. HEX triplet: 47, 52 and 5C. RGB value is (71,82,92). Sum of RGB (Red+Green+Blue) = 71+82+92=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #47525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525C is #B8ADA3. Grayscale: #4F4F4F. Windows color (decimal): -12103076 or 6050375. OLE color: 6050375.
HSL color Cylindrical-coordinate representation of color #47525C: hue angle of 208.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47525C is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 82 | 92 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.64 |
| HSL | 208.57º | 0.13% | 0.32% | - |
| HSV(B) | 208.57º | 0.23% | 0.36% | - |
| XYZ | 7.55 | 8.15 | 11.3 | - |
| YUV | 79.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 92 | 0.23 | 0.11 | 0 | 0.64 | 208.57 | 0.13 | 0.32 |
| Hex | 47 | 52 | 5C | 17 | B | 0 | 40 | D1 | D | 20 |
| Octal | 107 | 122 | 134 | 27 | 13 | 0 | 100 | 321 | 15 | 40 |
| Binary | 1000111 | 1010010 | 1011100 | 10111 | 1011 | 0 | 1000000 | 11010001 | 1101 | 100000 |
Color Harmonies of #47525C
Complementary color
Monochromatic Colors of #47525C
Black with #47525C
Text Example
Text Example
White with #47525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47525C; }
p { color: rgb(71,82,92); }
H1.HeaderClassName
{
color: #47525C;
}
.AnyTagClassName
{
color: #47525C;
}
</style>
background-color css
<style>
a { background-color: #47525C; }
a { background-color: rgb(71,82,92); }
div.DivClassName
{
background-color: #47525C;
}
.BgClassName
{
background-color: #47525C;
}
</style>
border-color css
<style>
span { border-color: #47525C; }
span { border-color: rgb(71,82,92); }
td.TdClassName
{
border-color: #47525C;
}
.TagClassName
{
border-color: #47525C;
}
</style>