Shades of San Juan #49535D
Tints of San Juan #49535D
RGB
CMYK
RGB Variations
Color information
#49535D (or 0x49535D) is known color: San Juan. HEX triplet: 49, 53 and 5D. RGB value is (73,83,93). Sum of RGB (Red+Green+Blue) = 73+83+93=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #49535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535D is #B6ACA2. Grayscale: #515151. Windows color (decimal): -11971747 or 6116169. OLE color: 6116169.
HSL color Cylindrical-coordinate representation of color #49535D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49535D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 83 | 93 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.64 |
| HSL | 210º | 0.12% | 0.33% | - |
| HSV(B) | 210º | 0.22% | 0.36% | - |
| XYZ | 7.82 | 8.39 | 11.56 | - |
| YUV | 81.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 93 | 0.22 | 0.11 | 0 | 0.64 | 210 | 0.12 | 0.33 |
| Hex | 49 | 53 | 5D | 16 | B | 0 | 40 | D2 | C | 21 |
| Octal | 111 | 123 | 135 | 26 | 13 | 0 | 100 | 322 | 14 | 41 |
| Binary | 1001001 | 1010011 | 1011101 | 10110 | 1011 | 0 | 1000000 | 11010010 | 1100 | 100001 |
Color Harmonies of #49535D
Complementary color
Monochromatic Colors of #49535D
Black with #49535D
Text Example
Text Example
White with #49535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535D; }
p { color: rgb(73,83,93); }
H1.HeaderClassName
{
color: #49535D;
}
.AnyTagClassName
{
color: #49535D;
}
</style>
background-color css
<style>
a { background-color: #49535D; }
a { background-color: rgb(73,83,93); }
div.DivClassName
{
background-color: #49535D;
}
.BgClassName
{
background-color: #49535D;
}
</style>
border-color css
<style>
span { border-color: #49535D; }
span { border-color: rgb(73,83,93); }
td.TdClassName
{
border-color: #49535D;
}
.TagClassName
{
border-color: #49535D;
}
</style>