Shades of Chambray #495877
Tints of Chambray #495877
RGB
CMYK
RGB Variations
Color information
#495877 (or 0x495877) is known color: Chambray. HEX triplet: 49, 58 and 77. RGB value is (73,88,119). Sum of RGB (Red+Green+Blue) = 73+88+119=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #495877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495877 is #B6A788. Grayscale: #565656. Windows color (decimal): -11970441 or 7821385. OLE color: 7821385.
HSL color Cylindrical-coordinate representation of color #495877: hue angle of 220.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495877 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 88 | 119 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.53 |
| HSL | 220.43º | 0.24% | 0.38% | - |
| HSV(B) | 220.43º | 0.39% | 0.47% | - |
| XYZ | 9.57 | 9.73 | 18.83 | - |
| YUV | 87.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 119 | 0.39 | 0.26 | 0 | 0.53 | 220.43 | 0.24 | 0.38 |
| Hex | 49 | 58 | 77 | 27 | 1A | 0 | 35 | DC | 18 | 26 |
| Octal | 111 | 130 | 167 | 47 | 32 | 0 | 65 | 334 | 30 | 46 |
| Binary | 1001001 | 1011000 | 1110111 | 100111 | 11010 | 0 | 110101 | 11011100 | 11000 | 100110 |
Color Harmonies of #495877
Complementary color
Monochromatic Colors of #495877
Black with #495877
Text Example
Text Example
White with #495877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495877; }
p { color: rgb(73,88,119); }
H1.HeaderClassName
{
color: #495877;
}
.AnyTagClassName
{
color: #495877;
}
</style>
background-color css
<style>
a { background-color: #495877; }
a { background-color: rgb(73,88,119); }
div.DivClassName
{
background-color: #495877;
}
.BgClassName
{
background-color: #495877;
}
</style>
border-color css
<style>
span { border-color: #495877; }
span { border-color: rgb(73,88,119); }
td.TdClassName
{
border-color: #495877;
}
.TagClassName
{
border-color: #495877;
}
</style>