Shades of Chambray #495B85
Tints of Chambray #495B85
RGB
CMYK
RGB Variations
Color information
#495B85 (or 0x495B85) is known color: Chambray. HEX triplet: 49, 5B and 85. RGB value is (73,91,133). Sum of RGB (Red+Green+Blue) = 73+91+133=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #495B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B85 is #B6A47A. Grayscale: #5A5A5A. Windows color (decimal): -11969659 or 8739657. OLE color: 8739657.
HSL color Cylindrical-coordinate representation of color #495B85: hue angle of 222º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495B85 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 91 | 133 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.48 |
| HSL | 222º | 0.29% | 0.4% | - |
| HSV(B) | 222º | 0.45% | 0.52% | - |
| XYZ | 10.72 | 10.59 | 23.67 | - |
| YUV | 90.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 133 | 0.45 | 0.32 | 0 | 0.48 | 222 | 0.29 | 0.4 |
| Hex | 49 | 5B | 85 | 2D | 20 | 0 | 30 | DE | 1D | 28 |
| Octal | 111 | 133 | 205 | 55 | 40 | 0 | 60 | 336 | 35 | 50 |
| Binary | 1001001 | 1011011 | 10000101 | 101101 | 100000 | 0 | 110000 | 11011110 | 11101 | 101000 |
Color Harmonies of #495B85
Complementary color
Monochromatic Colors of #495B85
Black with #495B85
Text Example
Text Example
White with #495B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B85; }
p { color: rgb(73,91,133); }
H1.HeaderClassName
{
color: #495B85;
}
.AnyTagClassName
{
color: #495B85;
}
</style>
background-color css
<style>
a { background-color: #495B85; }
a { background-color: rgb(73,91,133); }
div.DivClassName
{
background-color: #495B85;
}
.BgClassName
{
background-color: #495B85;
}
</style>
border-color css
<style>
span { border-color: #495B85; }
span { border-color: rgb(73,91,133); }
td.TdClassName
{
border-color: #495B85;
}
.TagClassName
{
border-color: #495B85;
}
</style>