Shades of San Juan #48545B
Tints of San Juan #48545B
RGB
CMYK
RGB Variations
Color information
#48545B (or 0x48545B) is known color: San Juan. HEX triplet: 48, 54 and 5B. RGB value is (72,84,91). Sum of RGB (Red+Green+Blue) = 72+84+91=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #48545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48545B is #B7ABA4. Grayscale: #515151. Windows color (decimal): -12037029 or 5985352. OLE color: 5985352.
HSL color Cylindrical-coordinate representation of color #48545B: hue angle of 202.11º 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 #48545B is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 84 | 91 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.64 |
| HSL | 202.11º | 0.12% | 0.32% | - |
| HSV(B) | 202.11º | 0.21% | 0.36% | - |
| XYZ | 7.73 | 8.47 | 11.13 | - |
| YUV | 81.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 91 | 0.21 | 0.08 | 0 | 0.64 | 202.11 | 0.12 | 0.32 |
| Hex | 48 | 54 | 5B | 15 | 8 | 0 | 40 | CA | C | 20 |
| Octal | 110 | 124 | 133 | 25 | 10 | 0 | 100 | 312 | 14 | 40 |
| Binary | 1001000 | 1010100 | 1011011 | 10101 | 1000 | 0 | 1000000 | 11001010 | 1100 | 100000 |
Color Harmonies of #48545B
Complementary color
Monochromatic Colors of #48545B
Black with #48545B
Text Example
Text Example
White with #48545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48545B; }
p { color: rgb(72,84,91); }
H1.HeaderClassName
{
color: #48545B;
}
.AnyTagClassName
{
color: #48545B;
}
</style>
background-color css
<style>
a { background-color: #48545B; }
a { background-color: rgb(72,84,91); }
div.DivClassName
{
background-color: #48545B;
}
.BgClassName
{
background-color: #48545B;
}
</style>
border-color css
<style>
span { border-color: #48545B; }
span { border-color: rgb(72,84,91); }
td.TdClassName
{
border-color: #48545B;
}
.TagClassName
{
border-color: #48545B;
}
</style>