Shades of Chambray #495D71
Tints of Chambray #495D71
RGB
CMYK
RGB Variations
Color information
#495D71 (or 0x495D71) is known color: Chambray. HEX triplet: 49, 5D and 71. RGB value is (73,93,113). Sum of RGB (Red+Green+Blue) = 73+93+113=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #495D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D71 is #B6A28E. Grayscale: #595959. Windows color (decimal): -11969167 or 7429449. OLE color: 7429449.
HSL color Cylindrical-coordinate representation of color #495D71: hue angle of 210º degrees, saturation: 0.22, 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 #495D71 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 93 | 113 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.56 |
| HSL | 210º | 0.22% | 0.36% | - |
| HSV(B) | 210º | 0.35% | 0.44% | - |
| XYZ | 9.64 | 10.44 | 17.13 | - |
| YUV | 89.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 113 | 0.35 | 0.18 | 0 | 0.56 | 210 | 0.22 | 0.36 |
| Hex | 49 | 5D | 71 | 23 | 12 | 0 | 38 | D2 | 16 | 24 |
| Octal | 111 | 135 | 161 | 43 | 22 | 0 | 70 | 322 | 26 | 44 |
| Binary | 1001001 | 1011101 | 1110001 | 100011 | 10010 | 0 | 111000 | 11010010 | 10110 | 100100 |
Color Harmonies of #495D71
Complementary color
Monochromatic Colors of #495D71
Black with #495D71
Text Example
Text Example
White with #495D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D71; }
p { color: rgb(73,93,113); }
H1.HeaderClassName
{
color: #495D71;
}
.AnyTagClassName
{
color: #495D71;
}
</style>
background-color css
<style>
a { background-color: #495D71; }
a { background-color: rgb(73,93,113); }
div.DivClassName
{
background-color: #495D71;
}
.BgClassName
{
background-color: #495D71;
}
</style>
border-color css
<style>
span { border-color: #495D71; }
span { border-color: rgb(73,93,113); }
td.TdClassName
{
border-color: #495D71;
}
.TagClassName
{
border-color: #495D71;
}
</style>