Shades of Chambray #495E86
Tints of Chambray #495E86
RGB
CMYK
RGB Variations
Color information
#495E86 (or 0x495E86) is known color: Chambray. HEX triplet: 49, 5E and 86. RGB value is (73,94,134). Sum of RGB (Red+Green+Blue) = 73+94+134=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #495E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E86 is #B6A179. Grayscale: #5C5C5C. Windows color (decimal): -11968890 or 8805961. OLE color: 8805961.
HSL color Cylindrical-coordinate representation of color #495E86: hue angle of 219.34º degrees, saturation: 0.29, 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 #495E86 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 94 | 134 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.47 |
| HSL | 219.34º | 0.29% | 0.41% | - |
| HSV(B) | 219.34º | 0.46% | 0.53% | - |
| XYZ | 11.05 | 11.14 | 24.12 | - |
| YUV | 92.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 134 | 0.46 | 0.30 | 0 | 0.47 | 219.34 | 0.29 | 0.41 |
| Hex | 49 | 5E | 86 | 2E | 1E | 0 | 2F | DB | 1D | 29 |
| Octal | 111 | 136 | 206 | 56 | 36 | 0 | 57 | 333 | 35 | 51 |
| Binary | 1001001 | 1011110 | 10000110 | 101110 | 11110 | 0 | 101111 | 11011011 | 11101 | 101001 |
Color Harmonies of #495E86
Complementary color
Monochromatic Colors of #495E86
Black with #495E86
Text Example
Text Example
White with #495E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E86; }
p { color: rgb(73,94,134); }
H1.HeaderClassName
{
color: #495E86;
}
.AnyTagClassName
{
color: #495E86;
}
</style>
background-color css
<style>
a { background-color: #495E86; }
a { background-color: rgb(73,94,134); }
div.DivClassName
{
background-color: #495E86;
}
.BgClassName
{
background-color: #495E86;
}
</style>
border-color css
<style>
span { border-color: #495E86; }
span { border-color: rgb(73,94,134); }
td.TdClassName
{
border-color: #495E86;
}
.TagClassName
{
border-color: #495E86;
}
</style>