Shades of Chambray #495D7C
Tints of Chambray #495D7C
RGB
CMYK
RGB Variations
Color information
#495D7C (or 0x495D7C) is known color: Chambray. HEX triplet: 49, 5D and 7C. RGB value is (73,93,124). Sum of RGB (Red+Green+Blue) = 73+93+124=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #495D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D7C is #B6A283. Grayscale: #5A5A5A. Windows color (decimal): -11969156 or 8150345. OLE color: 8150345.
HSL color Cylindrical-coordinate representation of color #495D7C: hue angle of 216.47º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #495D7C is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 93 | 124 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.51 |
| HSL | 216.47º | 0.26% | 0.39% | - |
| HSV(B) | 216.47º | 0.41% | 0.49% | - |
| XYZ | 10.3 | 10.7 | 20.59 | - |
| YUV | 90.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 124 | 0.41 | 0.25 | 0 | 0.51 | 216.47 | 0.26 | 0.39 |
| Hex | 49 | 5D | 7C | 29 | 19 | 0 | 33 | D8 | 1A | 27 |
| Octal | 111 | 135 | 174 | 51 | 31 | 0 | 63 | 330 | 32 | 47 |
| Binary | 1001001 | 1011101 | 1111100 | 101001 | 11001 | 0 | 110011 | 11011000 | 11010 | 100111 |
Color Harmonies of #495D7C
Complementary color
Monochromatic Colors of #495D7C
Black with #495D7C
Text Example
Text Example
White with #495D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D7C; }
p { color: rgb(73,93,124); }
H1.HeaderClassName
{
color: #495D7C;
}
.AnyTagClassName
{
color: #495D7C;
}
</style>
background-color css
<style>
a { background-color: #495D7C; }
a { background-color: rgb(73,93,124); }
div.DivClassName
{
background-color: #495D7C;
}
.BgClassName
{
background-color: #495D7C;
}
</style>
border-color css
<style>
span { border-color: #495D7C; }
span { border-color: rgb(73,93,124); }
td.TdClassName
{
border-color: #495D7C;
}
.TagClassName
{
border-color: #495D7C;
}
</style>