Shades of Chambray #495B80
Tints of Chambray #495B80
RGB
CMYK
RGB Variations
Color information
#495B80 (or 0x495B80) is known color: Chambray. HEX triplet: 49, 5B and 80. RGB value is (73,91,128). Sum of RGB (Red+Green+Blue) = 73+91+128=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #495B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B80 is #B6A47F. Grayscale: #595959. Windows color (decimal): -11969664 or 8411977. OLE color: 8411977.
HSL color Cylindrical-coordinate representation of color #495B80: hue angle of 220.36º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495B80 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 91 | 128 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.50 |
| HSL | 220.36º | 0.27% | 0.39% | - |
| HSV(B) | 220.36º | 0.43% | 0.5% | - |
| XYZ | 10.39 | 10.46 | 21.89 | - |
| YUV | 89.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 128 | 0.43 | 0.29 | 0 | 0.50 | 220.36 | 0.27 | 0.39 |
| Hex | 49 | 5B | 80 | 2B | 1D | 0 | 32 | DC | 1B | 27 |
| Octal | 111 | 133 | 200 | 53 | 35 | 0 | 62 | 334 | 33 | 47 |
| Binary | 1001001 | 1011011 | 10000000 | 101011 | 11101 | 0 | 110010 | 11011100 | 11011 | 100111 |
Color Harmonies of #495B80
Complementary color
Monochromatic Colors of #495B80
Black with #495B80
Text Example
Text Example
White with #495B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B80; }
p { color: rgb(73,91,128); }
H1.HeaderClassName
{
color: #495B80;
}
.AnyTagClassName
{
color: #495B80;
}
</style>
background-color css
<style>
a { background-color: #495B80; }
a { background-color: rgb(73,91,128); }
div.DivClassName
{
background-color: #495B80;
}
.BgClassName
{
background-color: #495B80;
}
</style>
border-color css
<style>
span { border-color: #495B80; }
span { border-color: rgb(73,91,128); }
td.TdClassName
{
border-color: #495B80;
}
.TagClassName
{
border-color: #495B80;
}
</style>