Shades of Chambray #495883
Tints of Chambray #495883
RGB
CMYK
RGB Variations
Color information
#495883 (or 0x495883) is known color: Chambray. HEX triplet: 49, 58 and 83. RGB value is (73,88,131). Sum of RGB (Red+Green+Blue) = 73+88+131=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #495883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495883 is #B6A77C. Grayscale: #585858. Windows color (decimal): -11970429 or 8607817. OLE color: 8607817.
HSL color Cylindrical-coordinate representation of color #495883: hue angle of 224.48º 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 #495883 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 88 | 131 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.49 |
| HSL | 224.48º | 0.28% | 0.4% | - |
| HSV(B) | 224.48º | 0.44% | 0.51% | - |
| XYZ | 10.33 | 10.03 | 22.86 | - |
| YUV | 88.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 131 | 0.44 | 0.33 | 0 | 0.49 | 224.48 | 0.28 | 0.4 |
| Hex | 49 | 58 | 83 | 2C | 21 | 0 | 31 | E0 | 1C | 28 |
| Octal | 111 | 130 | 203 | 54 | 41 | 0 | 61 | 340 | 34 | 50 |
| Binary | 1001001 | 1011000 | 10000011 | 101100 | 100001 | 0 | 110001 | 11100000 | 11100 | 101000 |
Color Harmonies of #495883
Complementary color
Monochromatic Colors of #495883
Black with #495883
Text Example
Text Example
White with #495883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495883; }
p { color: rgb(73,88,131); }
H1.HeaderClassName
{
color: #495883;
}
.AnyTagClassName
{
color: #495883;
}
</style>
background-color css
<style>
a { background-color: #495883; }
a { background-color: rgb(73,88,131); }
div.DivClassName
{
background-color: #495883;
}
.BgClassName
{
background-color: #495883;
}
</style>
border-color css
<style>
span { border-color: #495883; }
span { border-color: rgb(73,88,131); }
td.TdClassName
{
border-color: #495883;
}
.TagClassName
{
border-color: #495883;
}
</style>