Shades of Chambray #49607E
Tints of Chambray #49607E
RGB
CMYK
RGB Variations
Color information
#49607E (or 0x49607E) is known color: Chambray. HEX triplet: 49, 60 and 7E. RGB value is (73,96,126). Sum of RGB (Red+Green+Blue) = 73+96+126=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #49607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49607E is #B69F81. Grayscale: #5C5C5C. Windows color (decimal): -11968386 or 8282185. OLE color: 8282185.
HSL color Cylindrical-coordinate representation of color #49607E: hue angle of 213.96º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49607E is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 96 | 126 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.51 |
| HSL | 213.96º | 0.27% | 0.39% | - |
| HSV(B) | 213.96º | 0.42% | 0.49% | - |
| XYZ | 10.7 | 11.29 | 21.35 | - |
| YUV | 92.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 126 | 0.42 | 0.24 | 0 | 0.51 | 213.96 | 0.27 | 0.39 |
| Hex | 49 | 60 | 7E | 2A | 18 | 0 | 33 | D6 | 1B | 27 |
| Octal | 111 | 140 | 176 | 52 | 30 | 0 | 63 | 326 | 33 | 47 |
| Binary | 1001001 | 1100000 | 1111110 | 101010 | 11000 | 0 | 110011 | 11010110 | 11011 | 100111 |
Color Harmonies of #49607E
Complementary color
Monochromatic Colors of #49607E
Black with #49607E
Text Example
Text Example
White with #49607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49607E; }
p { color: rgb(73,96,126); }
H1.HeaderClassName
{
color: #49607E;
}
.AnyTagClassName
{
color: #49607E;
}
</style>
background-color css
<style>
a { background-color: #49607E; }
a { background-color: rgb(73,96,126); }
div.DivClassName
{
background-color: #49607E;
}
.BgClassName
{
background-color: #49607E;
}
</style>
border-color css
<style>
span { border-color: #49607E; }
span { border-color: rgb(73,96,126); }
td.TdClassName
{
border-color: #49607E;
}
.TagClassName
{
border-color: #49607E;
}
</style>