Shades of Chambray #495B7D
Tints of Chambray #495B7D
RGB
CMYK
RGB Variations
Color information
#495B7D (or 0x495B7D) is known color: Chambray. HEX triplet: 49, 5B and 7D. RGB value is (73,91,125). Sum of RGB (Red+Green+Blue) = 73+91+125=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #495B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B7D is #B6A482. Grayscale: #595959. Windows color (decimal): -11969667 or 8215369. OLE color: 8215369.
HSL color Cylindrical-coordinate representation of color #495B7D: hue angle of 219.23º 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 #495B7D is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 91 | 125 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.51 |
| HSL | 219.23º | 0.26% | 0.39% | - |
| HSV(B) | 219.23º | 0.42% | 0.49% | - |
| XYZ | 10.19 | 10.38 | 20.87 | - |
| YUV | 89.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 125 | 0.42 | 0.27 | 0 | 0.51 | 219.23 | 0.26 | 0.39 |
| Hex | 49 | 5B | 7D | 2A | 1B | 0 | 33 | DB | 1A | 27 |
| Octal | 111 | 133 | 175 | 52 | 33 | 0 | 63 | 333 | 32 | 47 |
| Binary | 1001001 | 1011011 | 1111101 | 101010 | 11011 | 0 | 110011 | 11011011 | 11010 | 100111 |
Color Harmonies of #495B7D
Complementary color
Monochromatic Colors of #495B7D
Black with #495B7D
Text Example
Text Example
White with #495B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B7D; }
p { color: rgb(73,91,125); }
H1.HeaderClassName
{
color: #495B7D;
}
.AnyTagClassName
{
color: #495B7D;
}
</style>
background-color css
<style>
a { background-color: #495B7D; }
a { background-color: rgb(73,91,125); }
div.DivClassName
{
background-color: #495B7D;
}
.BgClassName
{
background-color: #495B7D;
}
</style>
border-color css
<style>
span { border-color: #495B7D; }
span { border-color: rgb(73,91,125); }
td.TdClassName
{
border-color: #495B7D;
}
.TagClassName
{
border-color: #495B7D;
}
</style>