Shades of San Juan #475962
Tints of San Juan #475962
RGB
CMYK
RGB Variations
Color information
#475962 (or 0x475962) is known color: San Juan. HEX triplet: 47, 59 and 62. RGB value is (71,89,98). Sum of RGB (Red+Green+Blue) = 71+89+98=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #475962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475962 is #B8A69D. Grayscale: #545454. Windows color (decimal): -12101278 or 6445383. OLE color: 6445383.
HSL color Cylindrical-coordinate representation of color #475962: hue angle of 200º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475962 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 89 | 98 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.62 |
| HSL | 200º | 0.16% | 0.33% | - |
| HSV(B) | 200º | 0.28% | 0.38% | - |
| XYZ | 8.38 | 9.37 | 12.92 | - |
| YUV | 84.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 98 | 0.28 | 0.09 | 0 | 0.62 | 200 | 0.16 | 0.33 |
| Hex | 47 | 59 | 62 | 1C | 9 | 0 | 3E | C8 | 10 | 21 |
| Octal | 107 | 131 | 142 | 34 | 11 | 0 | 76 | 310 | 20 | 41 |
| Binary | 1000111 | 1011001 | 1100010 | 11100 | 1001 | 0 | 111110 | 11001000 | 10000 | 100001 |
Color Harmonies of #475962
Complementary color
Monochromatic Colors of #475962
Black with #475962
Text Example
Text Example
White with #475962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475962; }
p { color: rgb(71,89,98); }
H1.HeaderClassName
{
color: #475962;
}
.AnyTagClassName
{
color: #475962;
}
</style>
background-color css
<style>
a { background-color: #475962; }
a { background-color: rgb(71,89,98); }
div.DivClassName
{
background-color: #475962;
}
.BgClassName
{
background-color: #475962;
}
</style>
border-color css
<style>
span { border-color: #475962; }
span { border-color: rgb(71,89,98); }
td.TdClassName
{
border-color: #475962;
}
.TagClassName
{
border-color: #475962;
}
</style>