Shades of Chambray #495778
Tints of Chambray #495778
RGB
CMYK
RGB Variations
Color information
#495778 (or 0x495778) is known color: Chambray. HEX triplet: 49, 57 and 78. RGB value is (73,87,120). Sum of RGB (Red+Green+Blue) = 73+87+120=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #495778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495778 is #B6A887. Grayscale: #565656. Windows color (decimal): -11970696 or 7886665. OLE color: 7886665.
HSL color Cylindrical-coordinate representation of color #495778: hue angle of 222.13º 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 #495778 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 87 | 120 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.53 |
| HSL | 222.13º | 0.24% | 0.38% | - |
| HSV(B) | 222.13º | 0.39% | 0.47% | - |
| XYZ | 9.55 | 9.59 | 19.12 | - |
| YUV | 86.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 120 | 0.39 | 0.28 | 0 | 0.53 | 222.13 | 0.24 | 0.38 |
| Hex | 49 | 57 | 78 | 27 | 1C | 0 | 35 | DE | 18 | 26 |
| Octal | 111 | 127 | 170 | 47 | 34 | 0 | 65 | 336 | 30 | 46 |
| Binary | 1001001 | 1010111 | 1111000 | 100111 | 11100 | 0 | 110101 | 11011110 | 11000 | 100110 |
Color Harmonies of #495778
Complementary color
Monochromatic Colors of #495778
Black with #495778
Text Example
Text Example
White with #495778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495778; }
p { color: rgb(73,87,120); }
H1.HeaderClassName
{
color: #495778;
}
.AnyTagClassName
{
color: #495778;
}
</style>
background-color css
<style>
a { background-color: #495778; }
a { background-color: rgb(73,87,120); }
div.DivClassName
{
background-color: #495778;
}
.BgClassName
{
background-color: #495778;
}
</style>
border-color css
<style>
span { border-color: #495778; }
span { border-color: rgb(73,87,120); }
td.TdClassName
{
border-color: #495778;
}
.TagClassName
{
border-color: #495778;
}
</style>