Shades of San Juan #49555D
Tints of San Juan #49555D
RGB
CMYK
RGB Variations
Color information
#49555D (or 0x49555D) is known color: San Juan. HEX triplet: 49, 55 and 5D. RGB value is (73,85,93). Sum of RGB (Red+Green+Blue) = 73+85+93=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #49555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555D is #B6AAA2. Grayscale: #525252. Windows color (decimal): -11971235 or 6116681. OLE color: 6116681.
HSL color Cylindrical-coordinate representation of color #49555D: hue angle of 204º 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 #49555D is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 85 | 93 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.64 |
| HSL | 204º | 0.12% | 0.33% | - |
| HSV(B) | 204º | 0.22% | 0.36% | - |
| XYZ | 7.97 | 8.7 | 11.62 | - |
| YUV | 82.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 93 | 0.22 | 0.09 | 0 | 0.64 | 204 | 0.12 | 0.33 |
| Hex | 49 | 55 | 5D | 16 | 9 | 0 | 40 | CC | C | 21 |
| Octal | 111 | 125 | 135 | 26 | 11 | 0 | 100 | 314 | 14 | 41 |
| Binary | 1001001 | 1010101 | 1011101 | 10110 | 1001 | 0 | 1000000 | 11001100 | 1100 | 100001 |
Color Harmonies of #49555D
Complementary color
Monochromatic Colors of #49555D
Black with #49555D
Text Example
Text Example
White with #49555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49555D; }
p { color: rgb(73,85,93); }
H1.HeaderClassName
{
color: #49555D;
}
.AnyTagClassName
{
color: #49555D;
}
</style>
background-color css
<style>
a { background-color: #49555D; }
a { background-color: rgb(73,85,93); }
div.DivClassName
{
background-color: #49555D;
}
.BgClassName
{
background-color: #49555D;
}
</style>
border-color css
<style>
span { border-color: #49555D; }
span { border-color: rgb(73,85,93); }
td.TdClassName
{
border-color: #49555D;
}
.TagClassName
{
border-color: #49555D;
}
</style>