Shades of Chambray #495A72
Tints of Chambray #495A72
RGB
CMYK
RGB Variations
Color information
#495A72 (or 0x495A72) is known color: Chambray. HEX triplet: 49, 5A and 72. RGB value is (73,90,114). Sum of RGB (Red+Green+Blue) = 73+90+114=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #495A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A72 is #B6A58D. Grayscale: #575757. Windows color (decimal): -11969934 or 7494217. OLE color: 7494217.
HSL color Cylindrical-coordinate representation of color #495A72: hue angle of 215.12º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495A72 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 90 | 114 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.55 |
| HSL | 215.12º | 0.22% | 0.37% | - |
| HSV(B) | 215.12º | 0.36% | 0.45% | - |
| XYZ | 9.44 | 9.94 | 17.34 | - |
| YUV | 87.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 114 | 0.36 | 0.21 | 0 | 0.55 | 215.12 | 0.22 | 0.37 |
| Hex | 49 | 5A | 72 | 24 | 15 | 0 | 37 | D7 | 16 | 25 |
| Octal | 111 | 132 | 162 | 44 | 25 | 0 | 67 | 327 | 26 | 45 |
| Binary | 1001001 | 1011010 | 1110010 | 100100 | 10101 | 0 | 110111 | 11010111 | 10110 | 100101 |
Color Harmonies of #495A72
Complementary color
Monochromatic Colors of #495A72
Black with #495A72
Text Example
Text Example
White with #495A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A72; }
p { color: rgb(73,90,114); }
H1.HeaderClassName
{
color: #495A72;
}
.AnyTagClassName
{
color: #495A72;
}
</style>
background-color css
<style>
a { background-color: #495A72; }
a { background-color: rgb(73,90,114); }
div.DivClassName
{
background-color: #495A72;
}
.BgClassName
{
background-color: #495A72;
}
</style>
border-color css
<style>
span { border-color: #495A72; }
span { border-color: rgb(73,90,114); }
td.TdClassName
{
border-color: #495A72;
}
.TagClassName
{
border-color: #495A72;
}
</style>