Shades of Chambray #495A6E
Tints of Chambray #495A6E
RGB
CMYK
RGB Variations
Color information
#495A6E (or 0x495A6E) is known color: Chambray. HEX triplet: 49, 5A and 6E. RGB value is (73,90,110). Sum of RGB (Red+Green+Blue) = 73+90+110=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #495A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6E is #B6A591. Grayscale: #575757. Windows color (decimal): -11969938 or 7232073. OLE color: 7232073.
HSL color Cylindrical-coordinate representation of color #495A6E: hue angle of 212.43º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495A6E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 90 | 110 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.57 |
| HSL | 212.43º | 0.2% | 0.36% | - |
| HSV(B) | 212.43º | 0.34% | 0.43% | - |
| XYZ | 9.22 | 9.85 | 16.17 | - |
| YUV | 87.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 110 | 0.34 | 0.18 | 0 | 0.57 | 212.43 | 0.2 | 0.36 |
| Hex | 49 | 5A | 6E | 22 | 12 | 0 | 39 | D4 | 14 | 24 |
| Octal | 111 | 132 | 156 | 42 | 22 | 0 | 71 | 324 | 24 | 44 |
| Binary | 1001001 | 1011010 | 1101110 | 100010 | 10010 | 0 | 111001 | 11010100 | 10100 | 100100 |
Color Harmonies of #495A6E
Complementary color
Monochromatic Colors of #495A6E
Black with #495A6E
Text Example
Text Example
White with #495A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A6E; }
p { color: rgb(73,90,110); }
H1.HeaderClassName
{
color: #495A6E;
}
.AnyTagClassName
{
color: #495A6E;
}
</style>
background-color css
<style>
a { background-color: #495A6E; }
a { background-color: rgb(73,90,110); }
div.DivClassName
{
background-color: #495A6E;
}
.BgClassName
{
background-color: #495A6E;
}
</style>
border-color css
<style>
span { border-color: #495A6E; }
span { border-color: rgb(73,90,110); }
td.TdClassName
{
border-color: #495A6E;
}
.TagClassName
{
border-color: #495A6E;
}
</style>