Shades of San Juan #48585F
Tints of San Juan #48585F
RGB
CMYK
RGB Variations
Color information
#48585F (or 0x48585F) is known color: San Juan. HEX triplet: 48, 58 and 5F. RGB value is (72,88,95). Sum of RGB (Red+Green+Blue) = 72+88+95=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #48585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585F is #B7A7A0. Grayscale: #535353. Windows color (decimal): -12036001 or 6248520. OLE color: 6248520.
HSL color Cylindrical-coordinate representation of color #48585F: hue angle of 198.26º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48585F is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 88 | 95 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.63 |
| HSL | 198.26º | 0.14% | 0.33% | - |
| HSV(B) | 198.26º | 0.24% | 0.37% | - |
| XYZ | 8.23 | 9.18 | 12.17 | - |
| YUV | 84.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 95 | 0.24 | 0.07 | 0 | 0.63 | 198.26 | 0.14 | 0.33 |
| Hex | 48 | 58 | 5F | 18 | 7 | 0 | 3F | C6 | E | 21 |
| Octal | 110 | 130 | 137 | 30 | 7 | 0 | 77 | 306 | 16 | 41 |
| Binary | 1001000 | 1011000 | 1011111 | 11000 | 111 | 0 | 111111 | 11000110 | 1110 | 100001 |
Color Harmonies of #48585F
Complementary color
Monochromatic Colors of #48585F
Black with #48585F
Text Example
Text Example
White with #48585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48585F; }
p { color: rgb(72,88,95); }
H1.HeaderClassName
{
color: #48585F;
}
.AnyTagClassName
{
color: #48585F;
}
</style>
background-color css
<style>
a { background-color: #48585F; }
a { background-color: rgb(72,88,95); }
div.DivClassName
{
background-color: #48585F;
}
.BgClassName
{
background-color: #48585F;
}
</style>
border-color css
<style>
span { border-color: #48585F; }
span { border-color: rgb(72,88,95); }
td.TdClassName
{
border-color: #48585F;
}
.TagClassName
{
border-color: #48585F;
}
</style>