Shades of Chambray #495970
Tints of Chambray #495970
RGB
CMYK
RGB Variations
Color information
#495970 (or 0x495970) is known color: Chambray. HEX triplet: 49, 59 and 70. RGB value is (73,89,112). Sum of RGB (Red+Green+Blue) = 73+89+112=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #495970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495970 is #B6A68F. Grayscale: #565656. Windows color (decimal): -11970192 or 7362889. OLE color: 7362889.
HSL color Cylindrical-coordinate representation of color #495970: hue angle of 215.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495970 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 89 | 112 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.56 |
| HSL | 215.38º | 0.21% | 0.36% | - |
| HSV(B) | 215.38º | 0.35% | 0.44% | - |
| XYZ | 9.24 | 9.73 | 16.72 | - |
| YUV | 86.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 112 | 0.35 | 0.21 | 0 | 0.56 | 215.38 | 0.21 | 0.36 |
| Hex | 49 | 59 | 70 | 23 | 15 | 0 | 38 | D7 | 15 | 24 |
| Octal | 111 | 131 | 160 | 43 | 25 | 0 | 70 | 327 | 25 | 44 |
| Binary | 1001001 | 1011001 | 1110000 | 100011 | 10101 | 0 | 111000 | 11010111 | 10101 | 100100 |
Color Harmonies of #495970
Complementary color
Monochromatic Colors of #495970
Black with #495970
Text Example
Text Example
White with #495970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495970; }
p { color: rgb(73,89,112); }
H1.HeaderClassName
{
color: #495970;
}
.AnyTagClassName
{
color: #495970;
}
</style>
background-color css
<style>
a { background-color: #495970; }
a { background-color: rgb(73,89,112); }
div.DivClassName
{
background-color: #495970;
}
.BgClassName
{
background-color: #495970;
}
</style>
border-color css
<style>
span { border-color: #495970; }
span { border-color: rgb(73,89,112); }
td.TdClassName
{
border-color: #495970;
}
.TagClassName
{
border-color: #495970;
}
</style>