Shades of San Juan #49555C
Tints of San Juan #49555C
RGB
CMYK
RGB Variations
Color information
#49555C (or 0x49555C) is known color: San Juan. HEX triplet: 49, 55 and 5C. RGB value is (73,85,92). Sum of RGB (Red+Green+Blue) = 73+85+92=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #49555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555C is #B6AAA3. Grayscale: #525252. Windows color (decimal): -11971236 or 6051145. OLE color: 6051145.
HSL color Cylindrical-coordinate representation of color #49555C: hue angle of 202.11º 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 #49555C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 85 | 92 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.64 |
| HSL | 202.11º | 0.12% | 0.32% | - |
| HSV(B) | 202.11º | 0.21% | 0.36% | - |
| XYZ | 7.93 | 8.69 | 11.38 | - |
| YUV | 82.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 92 | 0.21 | 0.08 | 0 | 0.64 | 202.11 | 0.12 | 0.32 |
| Hex | 49 | 55 | 5C | 15 | 8 | 0 | 40 | CA | C | 20 |
| Octal | 111 | 125 | 134 | 25 | 10 | 0 | 100 | 312 | 14 | 40 |
| Binary | 1001001 | 1010101 | 1011100 | 10101 | 1000 | 0 | 1000000 | 11001010 | 1100 | 100000 |
Color Harmonies of #49555C
Complementary color
Monochromatic Colors of #49555C
Black with #49555C
Text Example
Text Example
White with #49555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49555C; }
p { color: rgb(73,85,92); }
H1.HeaderClassName
{
color: #49555C;
}
.AnyTagClassName
{
color: #49555C;
}
</style>
background-color css
<style>
a { background-color: #49555C; }
a { background-color: rgb(73,85,92); }
div.DivClassName
{
background-color: #49555C;
}
.BgClassName
{
background-color: #49555C;
}
</style>
border-color css
<style>
span { border-color: #49555C; }
span { border-color: rgb(73,85,92); }
td.TdClassName
{
border-color: #49555C;
}
.TagClassName
{
border-color: #49555C;
}
</style>