Shades of San Juan #49535B
Tints of San Juan #49535B
RGB
CMYK
RGB Variations
Color information
#49535B (or 0x49535B) is known color: San Juan. HEX triplet: 49, 53 and 5B. RGB value is (73,83,91). Sum of RGB (Red+Green+Blue) = 73+83+91=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 83 (32.81% from 255 or 33.60% 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 #49535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535B is #B6ACA4. Grayscale: #505050. Windows color (decimal): -11971749 or 5985097. OLE color: 5985097.
HSL color Cylindrical-coordinate representation of color #49535B: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49535B is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 83 | 91 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.64 |
| HSL | 206.67º | 0.11% | 0.32% | - |
| HSV(B) | 206.67º | 0.2% | 0.36% | - |
| XYZ | 7.73 | 8.36 | 11.1 | - |
| YUV | 80.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 91 | 0.20 | 0.09 | 0 | 0.64 | 206.67 | 0.11 | 0.32 |
| Hex | 49 | 53 | 5B | 14 | 9 | 0 | 40 | CF | B | 20 |
| Octal | 111 | 123 | 133 | 24 | 11 | 0 | 100 | 317 | 13 | 40 |
| Binary | 1001001 | 1010011 | 1011011 | 10100 | 1001 | 0 | 1000000 | 11001111 | 1011 | 100000 |
Color Harmonies of #49535B
Complementary color
Monochromatic Colors of #49535B
Black with #49535B
Text Example
Text Example
White with #49535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535B; }
p { color: rgb(73,83,91); }
H1.HeaderClassName
{
color: #49535B;
}
.AnyTagClassName
{
color: #49535B;
}
</style>
background-color css
<style>
a { background-color: #49535B; }
a { background-color: rgb(73,83,91); }
div.DivClassName
{
background-color: #49535B;
}
.BgClassName
{
background-color: #49535B;
}
</style>
border-color css
<style>
span { border-color: #49535B; }
span { border-color: rgb(73,83,91); }
td.TdClassName
{
border-color: #49535B;
}
.TagClassName
{
border-color: #49535B;
}
</style>