Shades of Chambray #49586D
Tints of Chambray #49586D
RGB
CMYK
RGB Variations
Color information
#49586D (or 0x49586D) is known color: Chambray. HEX triplet: 49, 58 and 6D. RGB value is (73,88,109). Sum of RGB (Red+Green+Blue) = 73+88+109=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #49586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586D is #B6A792. Grayscale: #555555. Windows color (decimal): -11970451 or 7166025. OLE color: 7166025.
HSL color Cylindrical-coordinate representation of color #49586D: hue angle of 215º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49586D is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 88 | 109 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.57 |
| HSL | 215º | 0.2% | 0.36% | - |
| HSV(B) | 215º | 0.33% | 0.43% | - |
| XYZ | 9 | 9.5 | 15.83 | - |
| YUV | 85.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 109 | 0.33 | 0.19 | 0 | 0.57 | 215 | 0.2 | 0.36 |
| Hex | 49 | 58 | 6D | 21 | 13 | 0 | 39 | D7 | 14 | 24 |
| Octal | 111 | 130 | 155 | 41 | 23 | 0 | 71 | 327 | 24 | 44 |
| Binary | 1001001 | 1011000 | 1101101 | 100001 | 10011 | 0 | 111001 | 11010111 | 10100 | 100100 |
Color Harmonies of #49586D
Complementary color
Monochromatic Colors of #49586D
Black with #49586D
Text Example
Text Example
White with #49586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49586D; }
p { color: rgb(73,88,109); }
H1.HeaderClassName
{
color: #49586D;
}
.AnyTagClassName
{
color: #49586D;
}
</style>
background-color css
<style>
a { background-color: #49586D; }
a { background-color: rgb(73,88,109); }
div.DivClassName
{
background-color: #49586D;
}
.BgClassName
{
background-color: #49586D;
}
</style>
border-color css
<style>
span { border-color: #49586D; }
span { border-color: rgb(73,88,109); }
td.TdClassName
{
border-color: #49586D;
}
.TagClassName
{
border-color: #49586D;
}
</style>