Shades of Chambray #495B74
Tints of Chambray #495B74
RGB
CMYK
RGB Variations
Color information
#495B74 (or 0x495B74) is known color: Chambray. HEX triplet: 49, 5B and 74. RGB value is (73,91,116). Sum of RGB (Red+Green+Blue) = 73+91+116=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #495B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B74 is #B6A48B. Grayscale: #585858. Windows color (decimal): -11969676 or 7625545. OLE color: 7625545.
HSL color Cylindrical-coordinate representation of color #495B74: hue angle of 214.88º 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 #495B74 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 91 | 116 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.55 |
| HSL | 214.88º | 0.23% | 0.37% | - |
| HSV(B) | 214.88º | 0.37% | 0.45% | - |
| XYZ | 9.64 | 10.16 | 17.98 | - |
| YUV | 88.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 116 | 0.37 | 0.22 | 0 | 0.55 | 214.88 | 0.23 | 0.37 |
| Hex | 49 | 5B | 74 | 25 | 16 | 0 | 37 | D7 | 17 | 25 |
| Octal | 111 | 133 | 164 | 45 | 26 | 0 | 67 | 327 | 27 | 45 |
| Binary | 1001001 | 1011011 | 1110100 | 100101 | 10110 | 0 | 110111 | 11010111 | 10111 | 100101 |
Color Harmonies of #495B74
Complementary color
Monochromatic Colors of #495B74
Black with #495B74
Text Example
Text Example
White with #495B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B74; }
p { color: rgb(73,91,116); }
H1.HeaderClassName
{
color: #495B74;
}
.AnyTagClassName
{
color: #495B74;
}
</style>
background-color css
<style>
a { background-color: #495B74; }
a { background-color: rgb(73,91,116); }
div.DivClassName
{
background-color: #495B74;
}
.BgClassName
{
background-color: #495B74;
}
</style>
border-color css
<style>
span { border-color: #495B74; }
span { border-color: rgb(73,91,116); }
td.TdClassName
{
border-color: #495B74;
}
.TagClassName
{
border-color: #495B74;
}
</style>