Shades of San Juan #49565D
Tints of San Juan #49565D
RGB
CMYK
RGB Variations
Color information
#49565D (or 0x49565D) is known color: San Juan. HEX triplet: 49, 56 and 5D. RGB value is (73,86,93). Sum of RGB (Red+Green+Blue) = 73+86+93=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #49565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49565D is #B6A9A2. Grayscale: #525252. Windows color (decimal): -11970979 or 6116937. OLE color: 6116937.
HSL color Cylindrical-coordinate representation of color #49565D: hue angle of 201º 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 #49565D is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 86 | 93 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.64 |
| HSL | 201º | 0.12% | 0.33% | - |
| HSV(B) | 201º | 0.22% | 0.36% | - |
| XYZ | 8.05 | 8.86 | 11.64 | - |
| YUV | 82.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 93 | 0.22 | 0.08 | 0 | 0.64 | 201 | 0.12 | 0.33 |
| Hex | 49 | 56 | 5D | 16 | 8 | 0 | 40 | C9 | C | 21 |
| Octal | 111 | 126 | 135 | 26 | 10 | 0 | 100 | 311 | 14 | 41 |
| Binary | 1001001 | 1010110 | 1011101 | 10110 | 1000 | 0 | 1000000 | 11001001 | 1100 | 100001 |
Color Harmonies of #49565D
Complementary color
Monochromatic Colors of #49565D
Black with #49565D
Text Example
Text Example
White with #49565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49565D; }
p { color: rgb(73,86,93); }
H1.HeaderClassName
{
color: #49565D;
}
.AnyTagClassName
{
color: #49565D;
}
</style>
background-color css
<style>
a { background-color: #49565D; }
a { background-color: rgb(73,86,93); }
div.DivClassName
{
background-color: #49565D;
}
.BgClassName
{
background-color: #49565D;
}
</style>
border-color css
<style>
span { border-color: #49565D; }
span { border-color: rgb(73,86,93); }
td.TdClassName
{
border-color: #49565D;
}
.TagClassName
{
border-color: #49565D;
}
</style>