Shades of Chambray #495D8A
Tints of Chambray #495D8A
RGB
CMYK
RGB Variations
Color information
#495D8A (or 0x495D8A) is known color: Chambray. HEX triplet: 49, 5D and 8A. RGB value is (73,93,138). Sum of RGB (Red+Green+Blue) = 73+93+138=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #495D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D8A is #B6A275. Grayscale: #5B5B5B. Windows color (decimal): -11969142 or 9067849. OLE color: 9067849.
HSL color Cylindrical-coordinate representation of color #495D8A: hue angle of 221.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495D8A is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 93 | 138 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.46 |
| HSL | 221.54º | 0.31% | 0.41% | - |
| HSV(B) | 221.54º | 0.47% | 0.54% | - |
| XYZ | 11.25 | 11.08 | 25.59 | - |
| YUV | 92.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 138 | 0.47 | 0.33 | 0 | 0.46 | 221.54 | 0.31 | 0.41 |
| Hex | 49 | 5D | 8A | 2F | 21 | 0 | 2E | DE | 1F | 29 |
| Octal | 111 | 135 | 212 | 57 | 41 | 0 | 56 | 336 | 37 | 51 |
| Binary | 1001001 | 1011101 | 10001010 | 101111 | 100001 | 0 | 101110 | 11011110 | 11111 | 101001 |
Color Harmonies of #495D8A
Complementary color
Monochromatic Colors of #495D8A
Black with #495D8A
Text Example
Text Example
White with #495D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D8A; }
p { color: rgb(73,93,138); }
H1.HeaderClassName
{
color: #495D8A;
}
.AnyTagClassName
{
color: #495D8A;
}
</style>
background-color css
<style>
a { background-color: #495D8A; }
a { background-color: rgb(73,93,138); }
div.DivClassName
{
background-color: #495D8A;
}
.BgClassName
{
background-color: #495D8A;
}
</style>
border-color css
<style>
span { border-color: #495D8A; }
span { border-color: rgb(73,93,138); }
td.TdClassName
{
border-color: #495D8A;
}
.TagClassName
{
border-color: #495D8A;
}
</style>