Shades of Chambray #49557F
Tints of Chambray #49557F
RGB
CMYK
RGB Variations
Color information
#49557F (or 0x49557F) is known color: Chambray. HEX triplet: 49, 55 and 7F. RGB value is (73,85,127). Sum of RGB (Red+Green+Blue) = 73+85+127=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #49557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49557F is #B6AA80. Grayscale: #565656. Windows color (decimal): -11971201 or 8344905. OLE color: 8344905.
HSL color Cylindrical-coordinate representation of color #49557F: hue angle of 226.67º 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 #49557F is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 85 | 127 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.50 |
| HSL | 226.67º | 0.27% | 0.39% | - |
| HSV(B) | 226.67º | 0.43% | 0.5% | - |
| XYZ | 9.83 | 9.45 | 21.38 | - |
| YUV | 86.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 127 | 0.43 | 0.33 | 0 | 0.50 | 226.67 | 0.27 | 0.39 |
| Hex | 49 | 55 | 7F | 2B | 21 | 0 | 32 | E3 | 1B | 27 |
| Octal | 111 | 125 | 177 | 53 | 41 | 0 | 62 | 343 | 33 | 47 |
| Binary | 1001001 | 1010101 | 1111111 | 101011 | 100001 | 0 | 110010 | 11100011 | 11011 | 100111 |
Color Harmonies of #49557F
Complementary color
Monochromatic Colors of #49557F
Black with #49557F
Text Example
Text Example
White with #49557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49557F; }
p { color: rgb(73,85,127); }
H1.HeaderClassName
{
color: #49557F;
}
.AnyTagClassName
{
color: #49557F;
}
</style>
background-color css
<style>
a { background-color: #49557F; }
a { background-color: rgb(73,85,127); }
div.DivClassName
{
background-color: #49557F;
}
.BgClassName
{
background-color: #49557F;
}
</style>
border-color css
<style>
span { border-color: #49557F; }
span { border-color: rgb(73,85,127); }
td.TdClassName
{
border-color: #49557F;
}
.TagClassName
{
border-color: #49557F;
}
</style>