Shades of San Juan #48535B
Tints of San Juan #48535B
RGB
CMYK
RGB Variations
Color information
#48535B (or 0x48535B) is known color: San Juan. HEX triplet: 48, 53 and 5B. RGB value is (72,83,91). Sum of RGB (Red+Green+Blue) = 72+83+91=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #48535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535B is #B7ACA4. Grayscale: #505050. Windows color (decimal): -12037285 or 5985096. OLE color: 5985096.
HSL color Cylindrical-coordinate representation of color #48535B: hue angle of 205.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48535B is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 83 | 91 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.64 |
| HSL | 205.26º | 0.12% | 0.32% | - |
| HSV(B) | 205.26º | 0.21% | 0.36% | - |
| XYZ | 7.65 | 8.32 | 11.1 | - |
| YUV | 80.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 91 | 0.21 | 0.09 | 0 | 0.64 | 205.26 | 0.12 | 0.32 |
| Hex | 48 | 53 | 5B | 15 | 9 | 0 | 40 | CD | C | 20 |
| Octal | 110 | 123 | 133 | 25 | 11 | 0 | 100 | 315 | 14 | 40 |
| Binary | 1001000 | 1010011 | 1011011 | 10101 | 1001 | 0 | 1000000 | 11001101 | 1100 | 100000 |
Color Harmonies of #48535B
Complementary color
Monochromatic Colors of #48535B
Black with #48535B
Text Example
Text Example
White with #48535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48535B; }
p { color: rgb(72,83,91); }
H1.HeaderClassName
{
color: #48535B;
}
.AnyTagClassName
{
color: #48535B;
}
</style>
background-color css
<style>
a { background-color: #48535B; }
a { background-color: rgb(72,83,91); }
div.DivClassName
{
background-color: #48535B;
}
.BgClassName
{
background-color: #48535B;
}
</style>
border-color css
<style>
span { border-color: #48535B; }
span { border-color: rgb(72,83,91); }
td.TdClassName
{
border-color: #48535B;
}
.TagClassName
{
border-color: #48535B;
}
</style>