Shades of Chambray #445673
Tints of Chambray #445673
RGB
CMYK
RGB Variations
Color information
#445673 (or 0x445673) is known color: Chambray. HEX triplet: 44, 56 and 73. RGB value is (68,86,115). Sum of RGB (Red+Green+Blue) = 68+86+115=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #445673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445673 is #BBA98C. Grayscale: #535353. Windows color (decimal): -12298637 or 7558724. OLE color: 7558724.
HSL color Cylindrical-coordinate representation of color #445673: hue angle of 217.02º 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 #445673 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 86 | 115 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.55 |
| HSL | 217.02º | 0.26% | 0.36% | - |
| HSV(B) | 217.02º | 0.41% | 0.45% | - |
| XYZ | 8.81 | 9.12 | 17.52 | - |
| YUV | 83.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 115 | 0.41 | 0.25 | 0 | 0.55 | 217.02 | 0.26 | 0.36 |
| Hex | 44 | 56 | 73 | 29 | 19 | 0 | 37 | D9 | 1A | 24 |
| Octal | 104 | 126 | 163 | 51 | 31 | 0 | 67 | 331 | 32 | 44 |
| Binary | 1000100 | 1010110 | 1110011 | 101001 | 11001 | 0 | 110111 | 11011001 | 11010 | 100100 |
Color Harmonies of #445673
Complementary color
Monochromatic Colors of #445673
Black with #445673
Text Example
Text Example
White with #445673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445673; }
p { color: rgb(68,86,115); }
H1.HeaderClassName
{
color: #445673;
}
.AnyTagClassName
{
color: #445673;
}
</style>
background-color css
<style>
a { background-color: #445673; }
a { background-color: rgb(68,86,115); }
div.DivClassName
{
background-color: #445673;
}
.BgClassName
{
background-color: #445673;
}
</style>
border-color css
<style>
span { border-color: #445673; }
span { border-color: rgb(68,86,115); }
td.TdClassName
{
border-color: #445673;
}
.TagClassName
{
border-color: #445673;
}
</style>