Shades of Chambray #495A74
Tints of Chambray #495A74
RGB
CMYK
RGB Variations
Color information
#495A74 (or 0x495A74) is known color: Chambray. HEX triplet: 49, 5A and 74. RGB value is (73,90,116). Sum of RGB (Red+Green+Blue) = 73+90+116=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #495A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A74 is #B6A58B. Grayscale: #575757. Windows color (decimal): -11969932 or 7625289. OLE color: 7625289.
HSL color Cylindrical-coordinate representation of color #495A74: hue angle of 216.28º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495A74 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 90 | 116 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.55 |
| HSL | 216.28º | 0.23% | 0.37% | - |
| HSV(B) | 216.28º | 0.37% | 0.45% | - |
| XYZ | 9.56 | 9.99 | 17.95 | - |
| YUV | 87.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 116 | 0.37 | 0.22 | 0 | 0.55 | 216.28 | 0.23 | 0.37 |
| Hex | 49 | 5A | 74 | 25 | 16 | 0 | 37 | D8 | 17 | 25 |
| Octal | 111 | 132 | 164 | 45 | 26 | 0 | 67 | 330 | 27 | 45 |
| Binary | 1001001 | 1011010 | 1110100 | 100101 | 10110 | 0 | 110111 | 11011000 | 10111 | 100101 |
Color Harmonies of #495A74
Complementary color
Monochromatic Colors of #495A74
Black with #495A74
Text Example
Text Example
White with #495A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A74; }
p { color: rgb(73,90,116); }
H1.HeaderClassName
{
color: #495A74;
}
.AnyTagClassName
{
color: #495A74;
}
</style>
background-color css
<style>
a { background-color: #495A74; }
a { background-color: rgb(73,90,116); }
div.DivClassName
{
background-color: #495A74;
}
.BgClassName
{
background-color: #495A74;
}
</style>
border-color css
<style>
span { border-color: #495A74; }
span { border-color: rgb(73,90,116); }
td.TdClassName
{
border-color: #495A74;
}
.TagClassName
{
border-color: #495A74;
}
</style>