Shades of San Juan #485760
Tints of San Juan #485760
RGB
CMYK
RGB Variations
Color information
#485760 (or 0x485760) is known color: San Juan. HEX triplet: 48, 57 and 60. RGB value is (72,87,96). Sum of RGB (Red+Green+Blue) = 72+87+96=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #485760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485760 is #B7A89F. Grayscale: #535353. Windows color (decimal): -12036256 or 6313800. OLE color: 6313800.
HSL color Cylindrical-coordinate representation of color #485760: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485760 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 87 | 96 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.62 |
| HSL | 202.5º | 0.14% | 0.33% | - |
| HSV(B) | 202.5º | 0.25% | 0.38% | - |
| XYZ | 8.19 | 9.04 | 12.38 | - |
| YUV | 83.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 96 | 0.25 | 0.09 | 0 | 0.62 | 202.5 | 0.14 | 0.33 |
| Hex | 48 | 57 | 60 | 19 | 9 | 0 | 3E | CA | E | 21 |
| Octal | 110 | 127 | 140 | 31 | 11 | 0 | 76 | 312 | 16 | 41 |
| Binary | 1001000 | 1010111 | 1100000 | 11001 | 1001 | 0 | 111110 | 11001010 | 1110 | 100001 |
Color Harmonies of #485760
Complementary color
Monochromatic Colors of #485760
Black with #485760
Text Example
Text Example
White with #485760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485760; }
p { color: rgb(72,87,96); }
H1.HeaderClassName
{
color: #485760;
}
.AnyTagClassName
{
color: #485760;
}
</style>
background-color css
<style>
a { background-color: #485760; }
a { background-color: rgb(72,87,96); }
div.DivClassName
{
background-color: #485760;
}
.BgClassName
{
background-color: #485760;
}
</style>
border-color css
<style>
span { border-color: #485760; }
span { border-color: rgb(72,87,96); }
td.TdClassName
{
border-color: #485760;
}
.TagClassName
{
border-color: #485760;
}
</style>