Shades of Chambray #49577F
Tints of Chambray #49577F
RGB
CMYK
RGB Variations
Color information
#49577F (or 0x49577F) is known color: Chambray. HEX triplet: 49, 57 and 7F. RGB value is (73,87,127). Sum of RGB (Red+Green+Blue) = 73+87+127=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #49577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49577F is #B6A880. Grayscale: #575757. Windows color (decimal): -11970689 or 8345417. OLE color: 8345417.
HSL color Cylindrical-coordinate representation of color #49577F: hue angle of 224.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49577F is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 87 | 127 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.50 |
| HSL | 224.44º | 0.27% | 0.39% | - |
| HSV(B) | 224.44º | 0.43% | 0.5% | - |
| XYZ | 9.99 | 9.77 | 21.44 | - |
| YUV | 87.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 127 | 0.43 | 0.31 | 0 | 0.50 | 224.44 | 0.27 | 0.39 |
| Hex | 49 | 57 | 7F | 2B | 1F | 0 | 32 | E0 | 1B | 27 |
| Octal | 111 | 127 | 177 | 53 | 37 | 0 | 62 | 340 | 33 | 47 |
| Binary | 1001001 | 1010111 | 1111111 | 101011 | 11111 | 0 | 110010 | 11100000 | 11011 | 100111 |
Color Harmonies of #49577F
Complementary color
Monochromatic Colors of #49577F
Black with #49577F
Text Example
Text Example
White with #49577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49577F; }
p { color: rgb(73,87,127); }
H1.HeaderClassName
{
color: #49577F;
}
.AnyTagClassName
{
color: #49577F;
}
</style>
background-color css
<style>
a { background-color: #49577F; }
a { background-color: rgb(73,87,127); }
div.DivClassName
{
background-color: #49577F;
}
.BgClassName
{
background-color: #49577F;
}
</style>
border-color css
<style>
span { border-color: #49577F; }
span { border-color: rgb(73,87,127); }
td.TdClassName
{
border-color: #49577F;
}
.TagClassName
{
border-color: #49577F;
}
</style>