Shades of San Juan #48565C
Tints of San Juan #48565C
RGB
CMYK
RGB Variations
Color information
#48565C (or 0x48565C) is known color: San Juan. HEX triplet: 48, 56 and 5C. RGB value is (72,86,92). Sum of RGB (Red+Green+Blue) = 72+86+92=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #48565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565C is #B7A9A3. Grayscale: #525252. Windows color (decimal): -12036516 or 6051400. OLE color: 6051400.
HSL color Cylindrical-coordinate representation of color #48565C: hue angle of 198º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48565C is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 86 | 92 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.64 |
| HSL | 198º | 0.12% | 0.32% | - |
| HSV(B) | 198º | 0.22% | 0.36% | - |
| XYZ | 7.93 | 8.81 | 11.41 | - |
| YUV | 82.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 92 | 0.22 | 0.07 | 0 | 0.64 | 198 | 0.12 | 0.32 |
| Hex | 48 | 56 | 5C | 16 | 7 | 0 | 40 | C6 | C | 20 |
| Octal | 110 | 126 | 134 | 26 | 7 | 0 | 100 | 306 | 14 | 40 |
| Binary | 1001000 | 1010110 | 1011100 | 10110 | 111 | 0 | 1000000 | 11000110 | 1100 | 100000 |
Color Harmonies of #48565C
Complementary color
Monochromatic Colors of #48565C
Black with #48565C
Text Example
Text Example
White with #48565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48565C; }
p { color: rgb(72,86,92); }
H1.HeaderClassName
{
color: #48565C;
}
.AnyTagClassName
{
color: #48565C;
}
</style>
background-color css
<style>
a { background-color: #48565C; }
a { background-color: rgb(72,86,92); }
div.DivClassName
{
background-color: #48565C;
}
.BgClassName
{
background-color: #48565C;
}
</style>
border-color css
<style>
span { border-color: #48565C; }
span { border-color: rgb(72,86,92); }
td.TdClassName
{
border-color: #48565C;
}
.TagClassName
{
border-color: #48565C;
}
</style>