Shades of Chambray #445C72
Tints of Chambray #445C72
RGB
CMYK
RGB Variations
Color information
#445C72 (or 0x445C72) is known color: Chambray. HEX triplet: 44, 5C and 72. RGB value is (68,92,114). Sum of RGB (Red+Green+Blue) = 68+92+114=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #445C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C72 is #BBA38D. Grayscale: #575757. Windows color (decimal): -12297102 or 7494724. OLE color: 7494724.
HSL color Cylindrical-coordinate representation of color #445C72: hue angle of 208.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445C72 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 92 | 114 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.55 |
| HSL | 208.7º | 0.25% | 0.36% | - |
| HSV(B) | 208.7º | 0.4% | 0.45% | - |
| XYZ | 9.25 | 10.1 | 17.38 | - |
| YUV | 87.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 114 | 0.40 | 0.19 | 0 | 0.55 | 208.7 | 0.25 | 0.36 |
| Hex | 44 | 5C | 72 | 28 | 13 | 0 | 37 | D1 | 19 | 24 |
| Octal | 104 | 134 | 162 | 50 | 23 | 0 | 67 | 321 | 31 | 44 |
| Binary | 1000100 | 1011100 | 1110010 | 101000 | 10011 | 0 | 110111 | 11010001 | 11001 | 100100 |
Color Harmonies of #445C72
Complementary color
Monochromatic Colors of #445C72
Black with #445C72
Text Example
Text Example
White with #445C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C72; }
p { color: rgb(68,92,114); }
H1.HeaderClassName
{
color: #445C72;
}
.AnyTagClassName
{
color: #445C72;
}
</style>
background-color css
<style>
a { background-color: #445C72; }
a { background-color: rgb(68,92,114); }
div.DivClassName
{
background-color: #445C72;
}
.BgClassName
{
background-color: #445C72;
}
</style>
border-color css
<style>
span { border-color: #445C72; }
span { border-color: rgb(68,92,114); }
td.TdClassName
{
border-color: #445C72;
}
.TagClassName
{
border-color: #445C72;
}
</style>