Shades of Chambray #495682
Tints of Chambray #495682
RGB
CMYK
RGB Variations
Color information
#495682 (or 0x495682) is known color: Chambray. HEX triplet: 49, 56 and 82. RGB value is (73,86,130). Sum of RGB (Red+Green+Blue) = 73+86+130=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #495682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495682 is #B6A97D. Grayscale: #565656. Windows color (decimal): -11970942 or 8541769. OLE color: 8541769.
HSL color Cylindrical-coordinate representation of color #495682: hue angle of 226.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495682 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 86 | 130 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.49 |
| HSL | 226.32º | 0.28% | 0.4% | - |
| HSV(B) | 226.32º | 0.44% | 0.51% | - |
| XYZ | 10.1 | 9.68 | 22.46 | - |
| YUV | 87.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 130 | 0.44 | 0.34 | 0 | 0.49 | 226.32 | 0.28 | 0.4 |
| Hex | 49 | 56 | 82 | 2C | 22 | 0 | 31 | E2 | 1C | 28 |
| Octal | 111 | 126 | 202 | 54 | 42 | 0 | 61 | 342 | 34 | 50 |
| Binary | 1001001 | 1010110 | 10000010 | 101100 | 100010 | 0 | 110001 | 11100010 | 11100 | 101000 |
Color Harmonies of #495682
Complementary color
Monochromatic Colors of #495682
Black with #495682
Text Example
Text Example
White with #495682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495682; }
p { color: rgb(73,86,130); }
H1.HeaderClassName
{
color: #495682;
}
.AnyTagClassName
{
color: #495682;
}
</style>
background-color css
<style>
a { background-color: #495682; }
a { background-color: rgb(73,86,130); }
div.DivClassName
{
background-color: #495682;
}
.BgClassName
{
background-color: #495682;
}
</style>
border-color css
<style>
span { border-color: #495682; }
span { border-color: rgb(73,86,130); }
td.TdClassName
{
border-color: #495682;
}
.TagClassName
{
border-color: #495682;
}
</style>