Shades of San Juan #475564
Tints of San Juan #475564
RGB
CMYK
RGB Variations
Color information
#475564 (or 0x475564) is known color: San Juan. HEX triplet: 47, 55 and 64. RGB value is (71,85,100). Sum of RGB (Red+Green+Blue) = 71+85+100=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #475564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475564 is #B8AA9B. Grayscale: #525252. Windows color (decimal): -12102300 or 6575431. OLE color: 6575431.
HSL color Cylindrical-coordinate representation of color #475564: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475564 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 85 | 100 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.61 |
| HSL | 211.03º | 0.17% | 0.34% | - |
| HSV(B) | 211.03º | 0.29% | 0.39% | - |
| XYZ | 8.15 | 8.76 | 13.32 | - |
| YUV | 82.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 100 | 0.29 | 0.15 | 0 | 0.61 | 211.03 | 0.17 | 0.34 |
| Hex | 47 | 55 | 64 | 1D | F | 0 | 3D | D3 | 11 | 22 |
| Octal | 107 | 125 | 144 | 35 | 17 | 0 | 75 | 323 | 21 | 42 |
| Binary | 1000111 | 1010101 | 1100100 | 11101 | 1111 | 0 | 111101 | 11010011 | 10001 | 100010 |
Color Harmonies of #475564
Complementary color
Monochromatic Colors of #475564
Black with #475564
Text Example
Text Example
White with #475564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475564; }
p { color: rgb(71,85,100); }
H1.HeaderClassName
{
color: #475564;
}
.AnyTagClassName
{
color: #475564;
}
</style>
background-color css
<style>
a { background-color: #475564; }
a { background-color: rgb(71,85,100); }
div.DivClassName
{
background-color: #475564;
}
.BgClassName
{
background-color: #475564;
}
</style>
border-color css
<style>
span { border-color: #475564; }
span { border-color: rgb(71,85,100); }
td.TdClassName
{
border-color: #475564;
}
.TagClassName
{
border-color: #475564;
}
</style>