Shades of San Juan #47555C
Tints of San Juan #47555C
RGB
CMYK
RGB Variations
Color information
#47555C (or 0x47555C) is known color: San Juan. HEX triplet: 47, 55 and 5C. RGB value is (71,85,92). Sum of RGB (Red+Green+Blue) = 71+85+92=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #47555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555C is #B8AAA3. Grayscale: #515151. Windows color (decimal): -12102308 or 6051143. OLE color: 6051143.
HSL color Cylindrical-coordinate representation of color #47555C: hue angle of 200º 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 #47555C is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 85 | 92 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.64 |
| HSL | 200º | 0.13% | 0.32% | - |
| HSV(B) | 200º | 0.23% | 0.36% | - |
| XYZ | 7.78 | 8.61 | 11.38 | - |
| YUV | 81.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 92 | 0.23 | 0.08 | 0 | 0.64 | 200 | 0.13 | 0.32 |
| Hex | 47 | 55 | 5C | 17 | 8 | 0 | 40 | C8 | D | 20 |
| Octal | 107 | 125 | 134 | 27 | 10 | 0 | 100 | 310 | 15 | 40 |
| Binary | 1000111 | 1010101 | 1011100 | 10111 | 1000 | 0 | 1000000 | 11001000 | 1101 | 100000 |
Color Harmonies of #47555C
Complementary color
Monochromatic Colors of #47555C
Black with #47555C
Text Example
Text Example
White with #47555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47555C; }
p { color: rgb(71,85,92); }
H1.HeaderClassName
{
color: #47555C;
}
.AnyTagClassName
{
color: #47555C;
}
</style>
background-color css
<style>
a { background-color: #47555C; }
a { background-color: rgb(71,85,92); }
div.DivClassName
{
background-color: #47555C;
}
.BgClassName
{
background-color: #47555C;
}
</style>
border-color css
<style>
span { border-color: #47555C; }
span { border-color: rgb(71,85,92); }
td.TdClassName
{
border-color: #47555C;
}
.TagClassName
{
border-color: #47555C;
}
</style>