Shades of San Juan #49555F
Tints of San Juan #49555F
RGB
CMYK
RGB Variations
Color information
#49555F (or 0x49555F) is known color: San Juan. HEX triplet: 49, 55 and 5F. RGB value is (73,85,95). Sum of RGB (Red+Green+Blue) = 73+85+95=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #49555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555F is #B6AAA0. Grayscale: #525252. Windows color (decimal): -11971233 or 6247753. OLE color: 6247753.
HSL color Cylindrical-coordinate representation of color #49555F: 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 #49555F is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 85 | 95 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.63 |
| HSL | 207.27º | 0.13% | 0.33% | - |
| HSV(B) | 207.27º | 0.23% | 0.37% | - |
| XYZ | 8.06 | 8.74 | 12.09 | - |
| YUV | 82.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 95 | 0.23 | 0.11 | 0 | 0.63 | 207.27 | 0.13 | 0.33 |
| Hex | 49 | 55 | 5F | 17 | B | 0 | 3F | CF | D | 21 |
| Octal | 111 | 125 | 137 | 27 | 13 | 0 | 77 | 317 | 15 | 41 |
| Binary | 1001001 | 1010101 | 1011111 | 10111 | 1011 | 0 | 111111 | 11001111 | 1101 | 100001 |
Color Harmonies of #49555F
Complementary color
Monochromatic Colors of #49555F
Black with #49555F
Text Example
Text Example
White with #49555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49555F; }
p { color: rgb(73,85,95); }
H1.HeaderClassName
{
color: #49555F;
}
.AnyTagClassName
{
color: #49555F;
}
</style>
background-color css
<style>
a { background-color: #49555F; }
a { background-color: rgb(73,85,95); }
div.DivClassName
{
background-color: #49555F;
}
.BgClassName
{
background-color: #49555F;
}
</style>
border-color css
<style>
span { border-color: #49555F; }
span { border-color: rgb(73,85,95); }
td.TdClassName
{
border-color: #49555F;
}
.TagClassName
{
border-color: #49555F;
}
</style>