Shades of San Juan #475565
Tints of San Juan #475565
RGB
CMYK
RGB Variations
Color information
#475565 (or 0x475565) is known color: San Juan. HEX triplet: 47, 55 and 65. RGB value is (71,85,101). Sum of RGB (Red+Green+Blue) = 71+85+101=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #475565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475565 is #B8AA9A. Grayscale: #525252. Windows color (decimal): -12102299 or 6640967. OLE color: 6640967.
HSL color Cylindrical-coordinate representation of color #475565: hue angle of 212º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475565 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 85 | 101 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.60 |
| HSL | 212º | 0.17% | 0.34% | - |
| HSV(B) | 212º | 0.3% | 0.4% | - |
| XYZ | 8.2 | 8.78 | 13.57 | - |
| YUV | 82.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 101 | 0.30 | 0.16 | 0 | 0.60 | 212 | 0.17 | 0.34 |
| Hex | 47 | 55 | 65 | 1E | 10 | 0 | 3C | D4 | 11 | 22 |
| Octal | 107 | 125 | 145 | 36 | 20 | 0 | 74 | 324 | 21 | 42 |
| Binary | 1000111 | 1010101 | 1100101 | 11110 | 10000 | 0 | 111100 | 11010100 | 10001 | 100010 |
Color Harmonies of #475565
Complementary color
Monochromatic Colors of #475565
Black with #475565
Text Example
Text Example
White with #475565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475565; }
p { color: rgb(71,85,101); }
H1.HeaderClassName
{
color: #475565;
}
.AnyTagClassName
{
color: #475565;
}
</style>
background-color css
<style>
a { background-color: #475565; }
a { background-color: rgb(71,85,101); }
div.DivClassName
{
background-color: #475565;
}
.BgClassName
{
background-color: #475565;
}
</style>
border-color css
<style>
span { border-color: #475565; }
span { border-color: rgb(71,85,101); }
td.TdClassName
{
border-color: #475565;
}
.TagClassName
{
border-color: #475565;
}
</style>