Shades of Chambray #495485
Tints of Chambray #495485
RGB
CMYK
RGB Variations
Color information
#495485 (or 0x495485) is known color: Chambray. HEX triplet: 49, 54 and 85. RGB value is (73,84,133). Sum of RGB (Red+Green+Blue) = 73+84+133=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #495485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495485 is #B6AB7A. Grayscale: #565656. Windows color (decimal): -11971451 or 8737865. OLE color: 8737865.
HSL color Cylindrical-coordinate representation of color #495485: hue angle of 229º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495485 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 84 | 133 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.48 |
| HSL | 229º | 0.29% | 0.4% | - |
| HSV(B) | 229º | 0.45% | 0.52% | - |
| XYZ | 10.15 | 9.45 | 23.48 | - |
| YUV | 86.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 133 | 0.45 | 0.37 | 0 | 0.48 | 229 | 0.29 | 0.4 |
| Hex | 49 | 54 | 85 | 2D | 25 | 0 | 30 | E5 | 1D | 28 |
| Octal | 111 | 124 | 205 | 55 | 45 | 0 | 60 | 345 | 35 | 50 |
| Binary | 1001001 | 1010100 | 10000101 | 101101 | 100101 | 0 | 110000 | 11100101 | 11101 | 101000 |
Color Harmonies of #495485
Complementary color
Monochromatic Colors of #495485
Black with #495485
Text Example
Text Example
White with #495485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495485; }
p { color: rgb(73,84,133); }
H1.HeaderClassName
{
color: #495485;
}
.AnyTagClassName
{
color: #495485;
}
</style>
background-color css
<style>
a { background-color: #495485; }
a { background-color: rgb(73,84,133); }
div.DivClassName
{
background-color: #495485;
}
.BgClassName
{
background-color: #495485;
}
</style>
border-color css
<style>
span { border-color: #495485; }
span { border-color: rgb(73,84,133); }
td.TdClassName
{
border-color: #495485;
}
.TagClassName
{
border-color: #495485;
}
</style>