Shades of San Juan #48535E
Tints of San Juan #48535E
RGB
CMYK
RGB Variations
Color information
#48535E (or 0x48535E) is known color: San Juan. HEX triplet: 48, 53 and 5E. RGB value is (72,83,94). Sum of RGB (Red+Green+Blue) = 72+83+94=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #48535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535E is #B7ACA1. Grayscale: #505050. Windows color (decimal): -12037282 or 6181704. OLE color: 6181704.
HSL color Cylindrical-coordinate representation of color #48535E: hue angle of 210º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48535E is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 83 | 94 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.63 |
| HSL | 210º | 0.13% | 0.33% | - |
| HSV(B) | 210º | 0.23% | 0.37% | - |
| XYZ | 7.79 | 8.37 | 11.8 | - |
| YUV | 80.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 94 | 0.23 | 0.12 | 0 | 0.63 | 210 | 0.13 | 0.33 |
| Hex | 48 | 53 | 5E | 17 | C | 0 | 3F | D2 | D | 21 |
| Octal | 110 | 123 | 136 | 27 | 14 | 0 | 77 | 322 | 15 | 41 |
| Binary | 1001000 | 1010011 | 1011110 | 10111 | 1100 | 0 | 111111 | 11010010 | 1101 | 100001 |
Color Harmonies of #48535E
Complementary color
Monochromatic Colors of #48535E
Black with #48535E
Text Example
Text Example
White with #48535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48535E; }
p { color: rgb(72,83,94); }
H1.HeaderClassName
{
color: #48535E;
}
.AnyTagClassName
{
color: #48535E;
}
</style>
background-color css
<style>
a { background-color: #48535E; }
a { background-color: rgb(72,83,94); }
div.DivClassName
{
background-color: #48535E;
}
.BgClassName
{
background-color: #48535E;
}
</style>
border-color css
<style>
span { border-color: #48535E; }
span { border-color: rgb(72,83,94); }
td.TdClassName
{
border-color: #48535E;
}
.TagClassName
{
border-color: #48535E;
}
</style>