Shades of San Juan #48545E
Tints of San Juan #48545E
RGB
CMYK
RGB Variations
Color information
#48545E (or 0x48545E) is known color: San Juan. HEX triplet: 48, 54 and 5E. RGB value is (72,84,94). Sum of RGB (Red+Green+Blue) = 72+84+94=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #48545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545E is #B7ABA1. Grayscale: #515151. Windows color (decimal): -12037026 or 6181960. OLE color: 6181960.
HSL color Cylindrical-coordinate representation of color #48545E: hue angle of 207.27º 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 #48545E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 84 | 94 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.63 |
| HSL | 207.27º | 0.13% | 0.33% | - |
| HSV(B) | 207.27º | 0.23% | 0.37% | - |
| XYZ | 7.86 | 8.53 | 11.82 | - |
| YUV | 81.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 94 | 0.23 | 0.11 | 0 | 0.63 | 207.27 | 0.13 | 0.33 |
| Hex | 48 | 54 | 5E | 17 | B | 0 | 3F | CF | D | 21 |
| Octal | 110 | 124 | 136 | 27 | 13 | 0 | 77 | 317 | 15 | 41 |
| Binary | 1001000 | 1010100 | 1011110 | 10111 | 1011 | 0 | 111111 | 11001111 | 1101 | 100001 |
Color Harmonies of #48545E
Complementary color
Monochromatic Colors of #48545E
Black with #48545E
Text Example
Text Example
White with #48545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48545E; }
p { color: rgb(72,84,94); }
H1.HeaderClassName
{
color: #48545E;
}
.AnyTagClassName
{
color: #48545E;
}
</style>
background-color css
<style>
a { background-color: #48545E; }
a { background-color: rgb(72,84,94); }
div.DivClassName
{
background-color: #48545E;
}
.BgClassName
{
background-color: #48545E;
}
</style>
border-color css
<style>
span { border-color: #48545E; }
span { border-color: rgb(72,84,94); }
td.TdClassName
{
border-color: #48545E;
}
.TagClassName
{
border-color: #48545E;
}
</style>