Shades of Chambray #495C7D
Tints of Chambray #495C7D
RGB
CMYK
RGB Variations
Color information
#495C7D (or 0x495C7D) is known color: Chambray. HEX triplet: 49, 5C and 7D. RGB value is (73,92,125). Sum of RGB (Red+Green+Blue) = 73+92+125=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #495C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C7D is #B6A382. Grayscale: #595959. Windows color (decimal): -11969411 or 8215625. OLE color: 8215625.
HSL color Cylindrical-coordinate representation of color #495C7D: hue angle of 218.08º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #495C7D is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 92 | 125 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.51 |
| HSL | 218.08º | 0.26% | 0.39% | - |
| HSV(B) | 218.08º | 0.42% | 0.49% | - |
| XYZ | 10.28 | 10.55 | 20.9 | - |
| YUV | 90.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 125 | 0.42 | 0.26 | 0 | 0.51 | 218.08 | 0.26 | 0.39 |
| Hex | 49 | 5C | 7D | 2A | 1A | 0 | 33 | DA | 1A | 27 |
| Octal | 111 | 134 | 175 | 52 | 32 | 0 | 63 | 332 | 32 | 47 |
| Binary | 1001001 | 1011100 | 1111101 | 101010 | 11010 | 0 | 110011 | 11011010 | 11010 | 100111 |
Color Harmonies of #495C7D
Complementary color
Monochromatic Colors of #495C7D
Black with #495C7D
Text Example
Text Example
White with #495C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C7D; }
p { color: rgb(73,92,125); }
H1.HeaderClassName
{
color: #495C7D;
}
.AnyTagClassName
{
color: #495C7D;
}
</style>
background-color css
<style>
a { background-color: #495C7D; }
a { background-color: rgb(73,92,125); }
div.DivClassName
{
background-color: #495C7D;
}
.BgClassName
{
background-color: #495C7D;
}
</style>
border-color css
<style>
span { border-color: #495C7D; }
span { border-color: rgb(73,92,125); }
td.TdClassName
{
border-color: #495C7D;
}
.TagClassName
{
border-color: #495C7D;
}
</style>