Shades of San Juan #485564
Tints of San Juan #485564
RGB
CMYK
RGB Variations
Color information
#485564 (or 0x485564) is known color: San Juan. HEX triplet: 48, 55 and 64. RGB value is (72,85,100). Sum of RGB (Red+Green+Blue) = 72+85+100=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 100 - color contains mainly: blue. Hex color #485564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485564 is #B7AA9B. Grayscale: #525252. Windows color (decimal): -12036764 or 6575432. OLE color: 6575432.
HSL color Cylindrical-coordinate representation of color #485564: hue angle of 212.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #485564 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 85 | 100 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.61 |
| HSL | 212.14º | 0.16% | 0.34% | - |
| HSV(B) | 212.14º | 0.28% | 0.39% | - |
| XYZ | 8.22 | 8.79 | 13.32 | - |
| YUV | 82.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 100 | 0.28 | 0.15 | 0 | 0.61 | 212.14 | 0.16 | 0.34 |
| Hex | 48 | 55 | 64 | 1C | F | 0 | 3D | D4 | 10 | 22 |
| Octal | 110 | 125 | 144 | 34 | 17 | 0 | 75 | 324 | 20 | 42 |
| Binary | 1001000 | 1010101 | 1100100 | 11100 | 1111 | 0 | 111101 | 11010100 | 10000 | 100010 |
Color Harmonies of #485564
Complementary color
Monochromatic Colors of #485564
Black with #485564
Text Example
Text Example
White with #485564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485564; }
p { color: rgb(72,85,100); }
H1.HeaderClassName
{
color: #485564;
}
.AnyTagClassName
{
color: #485564;
}
</style>
background-color css
<style>
a { background-color: #485564; }
a { background-color: rgb(72,85,100); }
div.DivClassName
{
background-color: #485564;
}
.BgClassName
{
background-color: #485564;
}
</style>
border-color css
<style>
span { border-color: #485564; }
span { border-color: rgb(72,85,100); }
td.TdClassName
{
border-color: #485564;
}
.TagClassName
{
border-color: #485564;
}
</style>