Shades of Chambray #495988
Tints of Chambray #495988
RGB
CMYK
RGB Variations
Color information
#495988 (or 0x495988) is known color: Chambray. HEX triplet: 49, 59 and 88. RGB value is (73,89,136). Sum of RGB (Red+Green+Blue) = 73+89+136=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #495988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495988 is #B6A677. Grayscale: #595959. Windows color (decimal): -11970168 or 8935753. OLE color: 8935753.
HSL color Cylindrical-coordinate representation of color #495988: hue angle of 224.76º 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 #495988 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 89 | 136 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.47 |
| HSL | 224.76º | 0.3% | 0.41% | - |
| HSV(B) | 224.76º | 0.46% | 0.53% | - |
| XYZ | 10.76 | 10.34 | 24.72 | - |
| YUV | 89.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 136 | 0.46 | 0.35 | 0 | 0.47 | 224.76 | 0.3 | 0.41 |
| Hex | 49 | 59 | 88 | 2E | 23 | 0 | 2F | E1 | 1E | 29 |
| Octal | 111 | 131 | 210 | 56 | 43 | 0 | 57 | 341 | 36 | 51 |
| Binary | 1001001 | 1011001 | 10001000 | 101110 | 100011 | 0 | 101111 | 11100001 | 11110 | 101001 |
Color Harmonies of #495988
Complementary color
Monochromatic Colors of #495988
Black with #495988
Text Example
Text Example
White with #495988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495988; }
p { color: rgb(73,89,136); }
H1.HeaderClassName
{
color: #495988;
}
.AnyTagClassName
{
color: #495988;
}
</style>
background-color css
<style>
a { background-color: #495988; }
a { background-color: rgb(73,89,136); }
div.DivClassName
{
background-color: #495988;
}
.BgClassName
{
background-color: #495988;
}
</style>
border-color css
<style>
span { border-color: #495988; }
span { border-color: rgb(73,89,136); }
td.TdClassName
{
border-color: #495988;
}
.TagClassName
{
border-color: #495988;
}
</style>