Shades of San Juan #47545E
Tints of San Juan #47545E
RGB
CMYK
RGB Variations
Color information
#47545E (or 0x47545E) is known color: San Juan. HEX triplet: 47, 54 and 5E. RGB value is (71,84,94). Sum of RGB (Red+Green+Blue) = 71+84+94=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #47545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47545E is #B8ABA1. Grayscale: #515151. Windows color (decimal): -12102562 or 6181959. OLE color: 6181959.
HSL color Cylindrical-coordinate representation of color #47545E: hue angle of 206.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47545E is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 84 | 94 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.63 |
| HSL | 206.09º | 0.14% | 0.32% | - |
| HSV(B) | 206.09º | 0.24% | 0.37% | - |
| XYZ | 7.79 | 8.49 | 11.82 | - |
| YUV | 81.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 94 | 0.24 | 0.11 | 0 | 0.63 | 206.09 | 0.14 | 0.32 |
| Hex | 47 | 54 | 5E | 18 | B | 0 | 3F | CE | E | 20 |
| Octal | 107 | 124 | 136 | 30 | 13 | 0 | 77 | 316 | 16 | 40 |
| Binary | 1000111 | 1010100 | 1011110 | 11000 | 1011 | 0 | 111111 | 11001110 | 1110 | 100000 |
Color Harmonies of #47545E
Complementary color
Monochromatic Colors of #47545E
Black with #47545E
Text Example
Text Example
White with #47545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47545E; }
p { color: rgb(71,84,94); }
H1.HeaderClassName
{
color: #47545E;
}
.AnyTagClassName
{
color: #47545E;
}
</style>
background-color css
<style>
a { background-color: #47545E; }
a { background-color: rgb(71,84,94); }
div.DivClassName
{
background-color: #47545E;
}
.BgClassName
{
background-color: #47545E;
}
</style>
border-color css
<style>
span { border-color: #47545E; }
span { border-color: rgb(71,84,94); }
td.TdClassName
{
border-color: #47545E;
}
.TagClassName
{
border-color: #47545E;
}
</style>