Shades of Chambray #495777
Tints of Chambray #495777
RGB
CMYK
RGB Variations
Color information
#495777 (or 0x495777) is known color: Chambray. HEX triplet: 49, 57 and 77. RGB value is (73,87,119). Sum of RGB (Red+Green+Blue) = 73+87+119=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #495777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495777 is #B6A888. Grayscale: #565656. Windows color (decimal): -11970697 or 7821129. OLE color: 7821129.
HSL color Cylindrical-coordinate representation of color #495777: hue angle of 221.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495777 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 87 | 119 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.53 |
| HSL | 221.74º | 0.24% | 0.38% | - |
| HSV(B) | 221.74º | 0.39% | 0.47% | - |
| XYZ | 9.49 | 9.56 | 18.8 | - |
| YUV | 86.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 119 | 0.39 | 0.27 | 0 | 0.53 | 221.74 | 0.24 | 0.38 |
| Hex | 49 | 57 | 77 | 27 | 1B | 0 | 35 | DE | 18 | 26 |
| Octal | 111 | 127 | 167 | 47 | 33 | 0 | 65 | 336 | 30 | 46 |
| Binary | 1001001 | 1010111 | 1110111 | 100111 | 11011 | 0 | 110101 | 11011110 | 11000 | 100110 |
Color Harmonies of #495777
Complementary color
Monochromatic Colors of #495777
Black with #495777
Text Example
Text Example
White with #495777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495777; }
p { color: rgb(73,87,119); }
H1.HeaderClassName
{
color: #495777;
}
.AnyTagClassName
{
color: #495777;
}
</style>
background-color css
<style>
a { background-color: #495777; }
a { background-color: rgb(73,87,119); }
div.DivClassName
{
background-color: #495777;
}
.BgClassName
{
background-color: #495777;
}
</style>
border-color css
<style>
span { border-color: #495777; }
span { border-color: rgb(73,87,119); }
td.TdClassName
{
border-color: #495777;
}
.TagClassName
{
border-color: #495777;
}
</style>