Shades of Chambray #495872
Tints of Chambray #495872
RGB
CMYK
RGB Variations
Color information
#495872 (or 0x495872) is known color: Chambray. HEX triplet: 49, 58 and 72. RGB value is (73,88,114). Sum of RGB (Red+Green+Blue) = 73+88+114=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #495872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495872 is #B6A78D. Grayscale: #565656. Windows color (decimal): -11970446 or 7493705. OLE color: 7493705.
HSL color Cylindrical-coordinate representation of color #495872: hue angle of 218.05º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495872 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 88 | 114 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.55 |
| HSL | 218.05º | 0.22% | 0.37% | - |
| HSV(B) | 218.05º | 0.36% | 0.45% | - |
| XYZ | 9.27 | 9.61 | 17.29 | - |
| YUV | 86.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 114 | 0.36 | 0.23 | 0 | 0.55 | 218.05 | 0.22 | 0.37 |
| Hex | 49 | 58 | 72 | 24 | 17 | 0 | 37 | DA | 16 | 25 |
| Octal | 111 | 130 | 162 | 44 | 27 | 0 | 67 | 332 | 26 | 45 |
| Binary | 1001001 | 1011000 | 1110010 | 100100 | 10111 | 0 | 110111 | 11011010 | 10110 | 100101 |
Color Harmonies of #495872
Complementary color
Monochromatic Colors of #495872
Black with #495872
Text Example
Text Example
White with #495872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495872; }
p { color: rgb(73,88,114); }
H1.HeaderClassName
{
color: #495872;
}
.AnyTagClassName
{
color: #495872;
}
</style>
background-color css
<style>
a { background-color: #495872; }
a { background-color: rgb(73,88,114); }
div.DivClassName
{
background-color: #495872;
}
.BgClassName
{
background-color: #495872;
}
</style>
border-color css
<style>
span { border-color: #495872; }
span { border-color: rgb(73,88,114); }
td.TdClassName
{
border-color: #495872;
}
.TagClassName
{
border-color: #495872;
}
</style>