Shades of Chambray #495D88
Tints of Chambray #495D88
RGB
CMYK
RGB Variations
Color information
#495D88 (or 0x495D88) is known color: Chambray. HEX triplet: 49, 5D and 88. RGB value is (73,93,136). Sum of RGB (Red+Green+Blue) = 73+93+136=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #495D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D88 is #B6A277. Grayscale: #5B5B5B. Windows color (decimal): -11969144 or 8936777. OLE color: 8936777.
HSL color Cylindrical-coordinate representation of color #495D88: hue angle of 220.95º 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 #495D88 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 93 | 136 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.47 |
| HSL | 220.95º | 0.3% | 0.41% | - |
| HSV(B) | 220.95º | 0.46% | 0.53% | - |
| XYZ | 11.11 | 11.02 | 24.83 | - |
| YUV | 91.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 136 | 0.46 | 0.32 | 0 | 0.47 | 220.95 | 0.3 | 0.41 |
| Hex | 49 | 5D | 88 | 2E | 20 | 0 | 2F | DD | 1E | 29 |
| Octal | 111 | 135 | 210 | 56 | 40 | 0 | 57 | 335 | 36 | 51 |
| Binary | 1001001 | 1011101 | 10001000 | 101110 | 100000 | 0 | 101111 | 11011101 | 11110 | 101001 |
Color Harmonies of #495D88
Complementary color
Monochromatic Colors of #495D88
Black with #495D88
Text Example
Text Example
White with #495D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D88; }
p { color: rgb(73,93,136); }
H1.HeaderClassName
{
color: #495D88;
}
.AnyTagClassName
{
color: #495D88;
}
</style>
background-color css
<style>
a { background-color: #495D88; }
a { background-color: rgb(73,93,136); }
div.DivClassName
{
background-color: #495D88;
}
.BgClassName
{
background-color: #495D88;
}
</style>
border-color css
<style>
span { border-color: #495D88; }
span { border-color: rgb(73,93,136); }
td.TdClassName
{
border-color: #495D88;
}
.TagClassName
{
border-color: #495D88;
}
</style>