Shades of Chambray #495F7D
Tints of Chambray #495F7D
RGB
CMYK
RGB Variations
Color information
#495F7D (or 0x495F7D) is known color: Chambray. HEX triplet: 49, 5F and 7D. RGB value is (73,95,125). Sum of RGB (Red+Green+Blue) = 73+95+125=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #495F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F7D is #B6A082. Grayscale: #5B5B5B. Windows color (decimal): -11968643 or 8216393. OLE color: 8216393.
HSL color Cylindrical-coordinate representation of color #495F7D: hue angle of 214.62º 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 #495F7D is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 95 | 125 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.51 |
| HSL | 214.62º | 0.26% | 0.39% | - |
| HSV(B) | 214.62º | 0.42% | 0.49% | - |
| XYZ | 10.54 | 11.08 | 20.99 | - |
| YUV | 91.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 125 | 0.42 | 0.24 | 0 | 0.51 | 214.62 | 0.26 | 0.39 |
| Hex | 49 | 5F | 7D | 2A | 18 | 0 | 33 | D7 | 1A | 27 |
| Octal | 111 | 137 | 175 | 52 | 30 | 0 | 63 | 327 | 32 | 47 |
| Binary | 1001001 | 1011111 | 1111101 | 101010 | 11000 | 0 | 110011 | 11010111 | 11010 | 100111 |
Color Harmonies of #495F7D
Complementary color
Monochromatic Colors of #495F7D
Black with #495F7D
Text Example
Text Example
White with #495F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F7D; }
p { color: rgb(73,95,125); }
H1.HeaderClassName
{
color: #495F7D;
}
.AnyTagClassName
{
color: #495F7D;
}
</style>
background-color css
<style>
a { background-color: #495F7D; }
a { background-color: rgb(73,95,125); }
div.DivClassName
{
background-color: #495F7D;
}
.BgClassName
{
background-color: #495F7D;
}
</style>
border-color css
<style>
span { border-color: #495F7D; }
span { border-color: rgb(73,95,125); }
td.TdClassName
{
border-color: #495F7D;
}
.TagClassName
{
border-color: #495F7D;
}
</style>