Shades of Chambray #49577C
Tints of Chambray #49577C
RGB
CMYK
RGB Variations
Color information
#49577C (or 0x49577C) is known color: Chambray. HEX triplet: 49, 57 and 7C. RGB value is (73,87,124). Sum of RGB (Red+Green+Blue) = 73+87+124=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #49577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49577C is #B6A883. Grayscale: #565656. Windows color (decimal): -11970692 or 8148809. OLE color: 8148809.
HSL color Cylindrical-coordinate representation of color #49577C: hue angle of 223.53º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49577C is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 87 | 124 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.51 |
| HSL | 223.53º | 0.26% | 0.39% | - |
| HSV(B) | 223.53º | 0.41% | 0.49% | - |
| XYZ | 9.79 | 9.69 | 20.42 | - |
| YUV | 87.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 124 | 0.41 | 0.30 | 0 | 0.51 | 223.53 | 0.26 | 0.39 |
| Hex | 49 | 57 | 7C | 29 | 1E | 0 | 33 | E0 | 1A | 27 |
| Octal | 111 | 127 | 174 | 51 | 36 | 0 | 63 | 340 | 32 | 47 |
| Binary | 1001001 | 1010111 | 1111100 | 101001 | 11110 | 0 | 110011 | 11100000 | 11010 | 100111 |
Color Harmonies of #49577C
Complementary color
Monochromatic Colors of #49577C
Black with #49577C
Text Example
Text Example
White with #49577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49577C; }
p { color: rgb(73,87,124); }
H1.HeaderClassName
{
color: #49577C;
}
.AnyTagClassName
{
color: #49577C;
}
</style>
background-color css
<style>
a { background-color: #49577C; }
a { background-color: rgb(73,87,124); }
div.DivClassName
{
background-color: #49577C;
}
.BgClassName
{
background-color: #49577C;
}
</style>
border-color css
<style>
span { border-color: #49577C; }
span { border-color: rgb(73,87,124); }
td.TdClassName
{
border-color: #49577C;
}
.TagClassName
{
border-color: #49577C;
}
</style>