Shades of Chambray #49587A
Tints of Chambray #49587A
RGB
CMYK
RGB Variations
Color information
#49587A (or 0x49587A) is known color: Chambray. HEX triplet: 49, 58 and 7A. RGB value is (73,88,122). Sum of RGB (Red+Green+Blue) = 73+88+122=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #49587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49587A is #B6A785. Grayscale: #575757. Windows color (decimal): -11970438 or 8017993. OLE color: 8017993.
HSL color Cylindrical-coordinate representation of color #49587A: hue angle of 221.63º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49587A is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 88 | 122 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.52 |
| HSL | 221.63º | 0.25% | 0.38% | - |
| HSV(B) | 221.63º | 0.4% | 0.48% | - |
| XYZ | 9.75 | 9.8 | 19.79 | - |
| YUV | 87.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 122 | 0.40 | 0.28 | 0 | 0.52 | 221.63 | 0.25 | 0.38 |
| Hex | 49 | 58 | 7A | 28 | 1C | 0 | 34 | DE | 19 | 26 |
| Octal | 111 | 130 | 172 | 50 | 34 | 0 | 64 | 336 | 31 | 46 |
| Binary | 1001001 | 1011000 | 1111010 | 101000 | 11100 | 0 | 110100 | 11011110 | 11001 | 100110 |
Color Harmonies of #49587A
Complementary color
Monochromatic Colors of #49587A
Black with #49587A
Text Example
Text Example
White with #49587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49587A; }
p { color: rgb(73,88,122); }
H1.HeaderClassName
{
color: #49587A;
}
.AnyTagClassName
{
color: #49587A;
}
</style>
background-color css
<style>
a { background-color: #49587A; }
a { background-color: rgb(73,88,122); }
div.DivClassName
{
background-color: #49587A;
}
.BgClassName
{
background-color: #49587A;
}
</style>
border-color css
<style>
span { border-color: #49587A; }
span { border-color: rgb(73,88,122); }
td.TdClassName
{
border-color: #49587A;
}
.TagClassName
{
border-color: #49587A;
}
</style>