Shades of Chambray #495D77
Tints of Chambray #495D77
RGB
CMYK
RGB Variations
Color information
#495D77 (or 0x495D77) is known color: Chambray. HEX triplet: 49, 5D and 77. RGB value is (73,93,119). Sum of RGB (Red+Green+Blue) = 73+93+119=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #495D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D77 is #B6A288. Grayscale: #595959. Windows color (decimal): -11969161 or 7822665. OLE color: 7822665.
HSL color Cylindrical-coordinate representation of color #495D77: hue angle of 213.91º 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 #495D77 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 93 | 119 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.53 |
| HSL | 213.91º | 0.24% | 0.38% | - |
| HSV(B) | 213.91º | 0.39% | 0.47% | - |
| XYZ | 9.99 | 10.58 | 18.97 | - |
| YUV | 89.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 119 | 0.39 | 0.22 | 0 | 0.53 | 213.91 | 0.24 | 0.38 |
| Hex | 49 | 5D | 77 | 27 | 16 | 0 | 35 | D6 | 18 | 26 |
| Octal | 111 | 135 | 167 | 47 | 26 | 0 | 65 | 326 | 30 | 46 |
| Binary | 1001001 | 1011101 | 1110111 | 100111 | 10110 | 0 | 110101 | 11010110 | 11000 | 100110 |
Color Harmonies of #495D77
Complementary color
Monochromatic Colors of #495D77
Black with #495D77
Text Example
Text Example
White with #495D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D77; }
p { color: rgb(73,93,119); }
H1.HeaderClassName
{
color: #495D77;
}
.AnyTagClassName
{
color: #495D77;
}
</style>
background-color css
<style>
a { background-color: #495D77; }
a { background-color: rgb(73,93,119); }
div.DivClassName
{
background-color: #495D77;
}
.BgClassName
{
background-color: #495D77;
}
</style>
border-color css
<style>
span { border-color: #495D77; }
span { border-color: rgb(73,93,119); }
td.TdClassName
{
border-color: #495D77;
}
.TagClassName
{
border-color: #495D77;
}
</style>