Shades of San Juan #485563
Tints of San Juan #485563
RGB
CMYK
RGB Variations
Color information
#485563 (or 0x485563) is known color: San Juan. HEX triplet: 48, 55 and 63. RGB value is (72,85,99). Sum of RGB (Red+Green+Blue) = 72+85+99=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #485563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485563 is #B7AA9C. Grayscale: #525252. Windows color (decimal): -12036765 or 6509896. OLE color: 6509896.
HSL color Cylindrical-coordinate representation of color #485563: hue angle of 211.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485563 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 85 | 99 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.61 |
| HSL | 211.11º | 0.16% | 0.34% | - |
| HSV(B) | 211.11º | 0.27% | 0.39% | - |
| XYZ | 8.17 | 8.78 | 13.07 | - |
| YUV | 82.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 99 | 0.27 | 0.14 | 0 | 0.61 | 211.11 | 0.16 | 0.34 |
| Hex | 48 | 55 | 63 | 1B | E | 0 | 3D | D3 | 10 | 22 |
| Octal | 110 | 125 | 143 | 33 | 16 | 0 | 75 | 323 | 20 | 42 |
| Binary | 1001000 | 1010101 | 1100011 | 11011 | 1110 | 0 | 111101 | 11010011 | 10000 | 100010 |
Color Harmonies of #485563
Complementary color
Monochromatic Colors of #485563
Black with #485563
Text Example
Text Example
White with #485563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485563; }
p { color: rgb(72,85,99); }
H1.HeaderClassName
{
color: #485563;
}
.AnyTagClassName
{
color: #485563;
}
</style>
background-color css
<style>
a { background-color: #485563; }
a { background-color: rgb(72,85,99); }
div.DivClassName
{
background-color: #485563;
}
.BgClassName
{
background-color: #485563;
}
</style>
border-color css
<style>
span { border-color: #485563; }
span { border-color: rgb(72,85,99); }
td.TdClassName
{
border-color: #485563;
}
.TagClassName
{
border-color: #485563;
}
</style>