Shades of Chambray #496078
Tints of Chambray #496078
RGB
CMYK
RGB Variations
Color information
#496078 (or 0x496078) is known color: Chambray. HEX triplet: 49, 60 and 78. RGB value is (73,96,120). Sum of RGB (Red+Green+Blue) = 73+96+120=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #496078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496078 is #B69F87. Grayscale: #5B5B5B. Windows color (decimal): -11968392 or 7888969. OLE color: 7888969.
HSL color Cylindrical-coordinate representation of color #496078: hue angle of 210.64º 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 #496078 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 96 | 120 | - |
| CMYK | 0.39 | 0.2 | 0 | 0.53 |
| HSL | 210.64º | 0.24% | 0.38% | - |
| HSV(B) | 210.64º | 0.39% | 0.47% | - |
| XYZ | 10.32 | 11.14 | 19.38 | - |
| YUV | 91.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 120 | 0.39 | 0.2 | 0 | 0.53 | 210.64 | 0.24 | 0.38 |
| Hex | 49 | 60 | 78 | 27 | 14 | 0 | 35 | D3 | 18 | 26 |
| Octal | 111 | 140 | 170 | 47 | 24 | 0 | 65 | 323 | 30 | 46 |
| Binary | 1001001 | 1100000 | 1111000 | 100111 | 10100 | 0 | 110101 | 11010011 | 11000 | 100110 |
Color Harmonies of #496078
Complementary color
Monochromatic Colors of #496078
Black with #496078
Text Example
Text Example
White with #496078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496078; }
p { color: rgb(73,96,120); }
H1.HeaderClassName
{
color: #496078;
}
.AnyTagClassName
{
color: #496078;
}
</style>
background-color css
<style>
a { background-color: #496078; }
a { background-color: rgb(73,96,120); }
div.DivClassName
{
background-color: #496078;
}
.BgClassName
{
background-color: #496078;
}
</style>
border-color css
<style>
span { border-color: #496078; }
span { border-color: rgb(73,96,120); }
td.TdClassName
{
border-color: #496078;
}
.TagClassName
{
border-color: #496078;
}
</style>