Shades of San Juan #49535C
Tints of San Juan #49535C
RGB
CMYK
RGB Variations
Color information
#49535C (or 0x49535C) is known color: San Juan. HEX triplet: 49, 53 and 5C. RGB value is (73,83,92). Sum of RGB (Red+Green+Blue) = 73+83+92=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #49535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535C is #B6ACA3. Grayscale: #505050. Windows color (decimal): -11971748 or 6050633. OLE color: 6050633.
HSL color Cylindrical-coordinate representation of color #49535C: hue angle of 208.42º 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 #49535C is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 83 | 92 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.64 |
| HSL | 208.42º | 0.12% | 0.32% | - |
| HSV(B) | 208.42º | 0.21% | 0.36% | - |
| XYZ | 7.77 | 8.38 | 11.33 | - |
| YUV | 81.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 92 | 0.21 | 0.10 | 0 | 0.64 | 208.42 | 0.12 | 0.32 |
| Hex | 49 | 53 | 5C | 15 | A | 0 | 40 | D0 | C | 20 |
| Octal | 111 | 123 | 134 | 25 | 12 | 0 | 100 | 320 | 14 | 40 |
| Binary | 1001001 | 1010011 | 1011100 | 10101 | 1010 | 0 | 1000000 | 11010000 | 1100 | 100000 |
Color Harmonies of #49535C
Complementary color
Monochromatic Colors of #49535C
Black with #49535C
Text Example
Text Example
White with #49535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535C; }
p { color: rgb(73,83,92); }
H1.HeaderClassName
{
color: #49535C;
}
.AnyTagClassName
{
color: #49535C;
}
</style>
background-color css
<style>
a { background-color: #49535C; }
a { background-color: rgb(73,83,92); }
div.DivClassName
{
background-color: #49535C;
}
.BgClassName
{
background-color: #49535C;
}
</style>
border-color css
<style>
span { border-color: #49535C; }
span { border-color: rgb(73,83,92); }
td.TdClassName
{
border-color: #49535C;
}
.TagClassName
{
border-color: #49535C;
}
</style>