Shades of Chambray #495673
Tints of Chambray #495673
RGB
CMYK
RGB Variations
Color information
#495673 (or 0x495673) is known color: Chambray. HEX triplet: 49, 56 and 73. RGB value is (73,86,115). Sum of RGB (Red+Green+Blue) = 73+86+115=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #495673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495673 is #B6A98C. Grayscale: #555555. Windows color (decimal): -11970957 or 7558729. OLE color: 7558729.
HSL color Cylindrical-coordinate representation of color #495673: hue angle of 221.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495673 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 86 | 115 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.55 |
| HSL | 221.43º | 0.22% | 0.37% | - |
| HSV(B) | 221.43º | 0.37% | 0.45% | - |
| XYZ | 9.17 | 9.31 | 17.53 | - |
| YUV | 85.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 115 | 0.37 | 0.25 | 0 | 0.55 | 221.43 | 0.22 | 0.37 |
| Hex | 49 | 56 | 73 | 25 | 19 | 0 | 37 | DD | 16 | 25 |
| Octal | 111 | 126 | 163 | 45 | 31 | 0 | 67 | 335 | 26 | 45 |
| Binary | 1001001 | 1010110 | 1110011 | 100101 | 11001 | 0 | 110111 | 11011101 | 10110 | 100101 |
Color Harmonies of #495673
Complementary color
Monochromatic Colors of #495673
Black with #495673
Text Example
Text Example
White with #495673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495673; }
p { color: rgb(73,86,115); }
H1.HeaderClassName
{
color: #495673;
}
.AnyTagClassName
{
color: #495673;
}
</style>
background-color css
<style>
a { background-color: #495673; }
a { background-color: rgb(73,86,115); }
div.DivClassName
{
background-color: #495673;
}
.BgClassName
{
background-color: #495673;
}
</style>
border-color css
<style>
span { border-color: #495673; }
span { border-color: rgb(73,86,115); }
td.TdClassName
{
border-color: #495673;
}
.TagClassName
{
border-color: #495673;
}
</style>