Shades of Chambray #445978
Tints of Chambray #445978
RGB
CMYK
RGB Variations
Color information
#445978 (or 0x445978) is known color: Chambray. HEX triplet: 44, 59 and 78. RGB value is (68,89,120). Sum of RGB (Red+Green+Blue) = 68+89+120=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #445978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445978 is #BBA687. Grayscale: #565656. Windows color (decimal): -12297864 or 7887172. OLE color: 7887172.
HSL color Cylindrical-coordinate representation of color #445978: hue angle of 215.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445978 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 89 | 120 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.53 |
| HSL | 215.77º | 0.28% | 0.37% | - |
| HSV(B) | 215.77º | 0.43% | 0.47% | - |
| XYZ | 9.35 | 9.73 | 19.15 | - |
| YUV | 86.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 120 | 0.43 | 0.26 | 0 | 0.53 | 215.77 | 0.28 | 0.37 |
| Hex | 44 | 59 | 78 | 2B | 1A | 0 | 35 | D8 | 1C | 25 |
| Octal | 104 | 131 | 170 | 53 | 32 | 0 | 65 | 330 | 34 | 45 |
| Binary | 1000100 | 1011001 | 1111000 | 101011 | 11010 | 0 | 110101 | 11011000 | 11100 | 100101 |
Color Harmonies of #445978
Complementary color
Monochromatic Colors of #445978
Black with #445978
Text Example
Text Example
White with #445978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445978; }
p { color: rgb(68,89,120); }
H1.HeaderClassName
{
color: #445978;
}
.AnyTagClassName
{
color: #445978;
}
</style>
background-color css
<style>
a { background-color: #445978; }
a { background-color: rgb(68,89,120); }
div.DivClassName
{
background-color: #445978;
}
.BgClassName
{
background-color: #445978;
}
</style>
border-color css
<style>
span { border-color: #445978; }
span { border-color: rgb(68,89,120); }
td.TdClassName
{
border-color: #445978;
}
.TagClassName
{
border-color: #445978;
}
</style>