Shades of Chambray #445973
Tints of Chambray #445973
RGB
CMYK
RGB Variations
Color information
#445973 (or 0x445973) is known color: Chambray. HEX triplet: 44, 59 and 73. RGB value is (68,89,115). Sum of RGB (Red+Green+Blue) = 68+89+115=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #445973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445973 is #BBA68C. Grayscale: #555555. Windows color (decimal): -12297869 or 7559492. OLE color: 7559492.
HSL color Cylindrical-coordinate representation of color #445973: hue angle of 213.19º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445973 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 89 | 115 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.55 |
| HSL | 213.19º | 0.26% | 0.36% | - |
| HSV(B) | 213.19º | 0.41% | 0.45% | - |
| XYZ | 9.05 | 9.61 | 17.6 | - |
| YUV | 85.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 115 | 0.41 | 0.23 | 0 | 0.55 | 213.19 | 0.26 | 0.36 |
| Hex | 44 | 59 | 73 | 29 | 17 | 0 | 37 | D5 | 1A | 24 |
| Octal | 104 | 131 | 163 | 51 | 27 | 0 | 67 | 325 | 32 | 44 |
| Binary | 1000100 | 1011001 | 1110011 | 101001 | 10111 | 0 | 110111 | 11010101 | 11010 | 100100 |
Color Harmonies of #445973
Complementary color
Monochromatic Colors of #445973
Black with #445973
Text Example
Text Example
White with #445973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445973; }
p { color: rgb(68,89,115); }
H1.HeaderClassName
{
color: #445973;
}
.AnyTagClassName
{
color: #445973;
}
</style>
background-color css
<style>
a { background-color: #445973; }
a { background-color: rgb(68,89,115); }
div.DivClassName
{
background-color: #445973;
}
.BgClassName
{
background-color: #445973;
}
</style>
border-color css
<style>
span { border-color: #445973; }
span { border-color: rgb(68,89,115); }
td.TdClassName
{
border-color: #445973;
}
.TagClassName
{
border-color: #445973;
}
</style>