Shades of San Juan #49535E
Tints of San Juan #49535E
RGB
CMYK
RGB Variations
Color information
#49535E (or 0x49535E) is known color: San Juan. HEX triplet: 49, 53 and 5E. RGB value is (73,83,94). Sum of RGB (Red+Green+Blue) = 73+83+94=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 83 (32.81% from 255 or 33.2% 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 #49535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535E is #B6ACA1. Grayscale: #515151. Windows color (decimal): -11971746 or 6181705. OLE color: 6181705.
HSL color Cylindrical-coordinate representation of color #49535E: hue angle of 211.43º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49535E is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 83 | 94 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.63 |
| HSL | 211.43º | 0.13% | 0.33% | - |
| HSV(B) | 211.43º | 0.22% | 0.37% | - |
| XYZ | 7.86 | 8.41 | 11.8 | - |
| YUV | 81.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 94 | 0.22 | 0.12 | 0 | 0.63 | 211.43 | 0.13 | 0.33 |
| Hex | 49 | 53 | 5E | 16 | C | 0 | 3F | D3 | D | 21 |
| Octal | 111 | 123 | 136 | 26 | 14 | 0 | 77 | 323 | 15 | 41 |
| Binary | 1001001 | 1010011 | 1011110 | 10110 | 1100 | 0 | 111111 | 11010011 | 1101 | 100001 |
Color Harmonies of #49535E
Complementary color
Monochromatic Colors of #49535E
Black with #49535E
Text Example
Text Example
White with #49535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535E; }
p { color: rgb(73,83,94); }
H1.HeaderClassName
{
color: #49535E;
}
.AnyTagClassName
{
color: #49535E;
}
</style>
background-color css
<style>
a { background-color: #49535E; }
a { background-color: rgb(73,83,94); }
div.DivClassName
{
background-color: #49535E;
}
.BgClassName
{
background-color: #49535E;
}
</style>
border-color css
<style>
span { border-color: #49535E; }
span { border-color: rgb(73,83,94); }
td.TdClassName
{
border-color: #49535E;
}
.TagClassName
{
border-color: #49535E;
}
</style>