Shades of Chambray #495E87
Tints of Chambray #495E87
RGB
CMYK
RGB Variations
Color information
#495E87 (or 0x495E87) is known color: Chambray. HEX triplet: 49, 5E and 87. RGB value is (73,94,135). Sum of RGB (Red+Green+Blue) = 73+94+135=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #495E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E87 is #B6A178. Grayscale: #5C5C5C. Windows color (decimal): -11968889 or 8871497. OLE color: 8871497.
HSL color Cylindrical-coordinate representation of color #495E87: hue angle of 219.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495E87 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 94 | 135 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.47 |
| HSL | 219.68º | 0.3% | 0.41% | - |
| HSV(B) | 219.68º | 0.46% | 0.53% | - |
| XYZ | 11.12 | 11.17 | 24.49 | - |
| YUV | 92.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 135 | 0.46 | 0.30 | 0 | 0.47 | 219.68 | 0.3 | 0.41 |
| Hex | 49 | 5E | 87 | 2E | 1E | 0 | 2F | DC | 1E | 29 |
| Octal | 111 | 136 | 207 | 56 | 36 | 0 | 57 | 334 | 36 | 51 |
| Binary | 1001001 | 1011110 | 10000111 | 101110 | 11110 | 0 | 101111 | 11011100 | 11110 | 101001 |
Color Harmonies of #495E87
Complementary color
Monochromatic Colors of #495E87
Black with #495E87
Text Example
Text Example
White with #495E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E87; }
p { color: rgb(73,94,135); }
H1.HeaderClassName
{
color: #495E87;
}
.AnyTagClassName
{
color: #495E87;
}
</style>
background-color css
<style>
a { background-color: #495E87; }
a { background-color: rgb(73,94,135); }
div.DivClassName
{
background-color: #495E87;
}
.BgClassName
{
background-color: #495E87;
}
</style>
border-color css
<style>
span { border-color: #495E87; }
span { border-color: rgb(73,94,135); }
td.TdClassName
{
border-color: #495E87;
}
.TagClassName
{
border-color: #495E87;
}
</style>