Shades of Chambray #49557C
Tints of Chambray #49557C
RGB
CMYK
RGB Variations
Color information
#49557C (or 0x49557C) is known color: Chambray. HEX triplet: 49, 55 and 7C. RGB value is (73,85,124). Sum of RGB (Red+Green+Blue) = 73+85+124=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #49557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49557C is #B6AA83. Grayscale: #555555. Windows color (decimal): -11971204 or 8148297. OLE color: 8148297.
HSL color Cylindrical-coordinate representation of color #49557C: hue angle of 225.88º 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 #49557C is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 85 | 124 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.51 |
| HSL | 225.88º | 0.26% | 0.39% | - |
| HSV(B) | 225.88º | 0.41% | 0.49% | - |
| XYZ | 9.63 | 9.37 | 20.37 | - |
| YUV | 85.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 124 | 0.41 | 0.31 | 0 | 0.51 | 225.88 | 0.26 | 0.39 |
| Hex | 49 | 55 | 7C | 29 | 1F | 0 | 33 | E2 | 1A | 27 |
| Octal | 111 | 125 | 174 | 51 | 37 | 0 | 63 | 342 | 32 | 47 |
| Binary | 1001001 | 1010101 | 1111100 | 101001 | 11111 | 0 | 110011 | 11100010 | 11010 | 100111 |
Color Harmonies of #49557C
Complementary color
Monochromatic Colors of #49557C
Black with #49557C
Text Example
Text Example
White with #49557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49557C; }
p { color: rgb(73,85,124); }
H1.HeaderClassName
{
color: #49557C;
}
.AnyTagClassName
{
color: #49557C;
}
</style>
background-color css
<style>
a { background-color: #49557C; }
a { background-color: rgb(73,85,124); }
div.DivClassName
{
background-color: #49557C;
}
.BgClassName
{
background-color: #49557C;
}
</style>
border-color css
<style>
span { border-color: #49557C; }
span { border-color: rgb(73,85,124); }
td.TdClassName
{
border-color: #49557C;
}
.TagClassName
{
border-color: #49557C;
}
</style>