Shades of San Juan #48555D
Tints of San Juan #48555D
RGB
CMYK
RGB Variations
Color information
#48555D (or 0x48555D) is known color: San Juan. HEX triplet: 48, 55 and 5D. RGB value is (72,85,93). Sum of RGB (Red+Green+Blue) = 72+85+93=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #48555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48555D is #B7AAA2. Grayscale: #515151. Windows color (decimal): -12036771 or 6116680. OLE color: 6116680.
HSL color Cylindrical-coordinate representation of color #48555D: hue angle of 202.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48555D is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 85 | 93 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.64 |
| HSL | 202.86º | 0.13% | 0.32% | - |
| HSV(B) | 202.86º | 0.23% | 0.36% | - |
| XYZ | 7.9 | 8.67 | 11.61 | - |
| YUV | 82.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 93 | 0.23 | 0.09 | 0 | 0.64 | 202.86 | 0.13 | 0.32 |
| Hex | 48 | 55 | 5D | 17 | 9 | 0 | 40 | CB | D | 20 |
| Octal | 110 | 125 | 135 | 27 | 11 | 0 | 100 | 313 | 15 | 40 |
| Binary | 1001000 | 1010101 | 1011101 | 10111 | 1001 | 0 | 1000000 | 11001011 | 1101 | 100000 |
Color Harmonies of #48555D
Complementary color
Monochromatic Colors of #48555D
Black with #48555D
Text Example
Text Example
White with #48555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48555D; }
p { color: rgb(72,85,93); }
H1.HeaderClassName
{
color: #48555D;
}
.AnyTagClassName
{
color: #48555D;
}
</style>
background-color css
<style>
a { background-color: #48555D; }
a { background-color: rgb(72,85,93); }
div.DivClassName
{
background-color: #48555D;
}
.BgClassName
{
background-color: #48555D;
}
</style>
border-color css
<style>
span { border-color: #48555D; }
span { border-color: rgb(72,85,93); }
td.TdClassName
{
border-color: #48555D;
}
.TagClassName
{
border-color: #48555D;
}
</style>