Shades of San Juan #47555D
Tints of San Juan #47555D
RGB
CMYK
RGB Variations
Color information
#47555D (or 0x47555D) is known color: San Juan. HEX triplet: 47, 55 and 5D. RGB value is (71,85,93). Sum of RGB (Red+Green+Blue) = 71+85+93=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #47555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555D is #B8AAA2. Grayscale: #515151. Windows color (decimal): -12102307 or 6116679. OLE color: 6116679.
HSL color Cylindrical-coordinate representation of color #47555D: hue angle of 201.82º 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 #47555D is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 85 | 93 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.64 |
| HSL | 201.82º | 0.13% | 0.32% | - |
| HSV(B) | 201.82º | 0.24% | 0.36% | - |
| XYZ | 7.82 | 8.63 | 11.61 | - |
| YUV | 81.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 93 | 0.24 | 0.09 | 0 | 0.64 | 201.82 | 0.13 | 0.32 |
| Hex | 47 | 55 | 5D | 18 | 9 | 0 | 40 | CA | D | 20 |
| Octal | 107 | 125 | 135 | 30 | 11 | 0 | 100 | 312 | 15 | 40 |
| Binary | 1000111 | 1010101 | 1011101 | 11000 | 1001 | 0 | 1000000 | 11001010 | 1101 | 100000 |
Color Harmonies of #47555D
Complementary color
Monochromatic Colors of #47555D
Black with #47555D
Text Example
Text Example
White with #47555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47555D; }
p { color: rgb(71,85,93); }
H1.HeaderClassName
{
color: #47555D;
}
.AnyTagClassName
{
color: #47555D;
}
</style>
background-color css
<style>
a { background-color: #47555D; }
a { background-color: rgb(71,85,93); }
div.DivClassName
{
background-color: #47555D;
}
.BgClassName
{
background-color: #47555D;
}
</style>
border-color css
<style>
span { border-color: #47555D; }
span { border-color: rgb(71,85,93); }
td.TdClassName
{
border-color: #47555D;
}
.TagClassName
{
border-color: #47555D;
}
</style>