Shades of Chambray #445879
Tints of Chambray #445879
RGB
CMYK
RGB Variations
Color information
#445879 (or 0x445879) is known color: Chambray. HEX triplet: 44, 58 and 79. RGB value is (68,88,121). Sum of RGB (Red+Green+Blue) = 68+88+121=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #445879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445879 is #BBA786. Grayscale: #555555. Windows color (decimal): -12298119 or 7952452. OLE color: 7952452.
HSL color Cylindrical-coordinate representation of color #445879: hue angle of 217.36º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445879 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 88 | 121 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.53 |
| HSL | 217.36º | 0.28% | 0.37% | - |
| HSV(B) | 217.36º | 0.44% | 0.47% | - |
| XYZ | 9.32 | 9.59 | 19.45 | - |
| YUV | 85.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 121 | 0.44 | 0.27 | 0 | 0.53 | 217.36 | 0.28 | 0.37 |
| Hex | 44 | 58 | 79 | 2C | 1B | 0 | 35 | D9 | 1C | 25 |
| Octal | 104 | 130 | 171 | 54 | 33 | 0 | 65 | 331 | 34 | 45 |
| Binary | 1000100 | 1011000 | 1111001 | 101100 | 11011 | 0 | 110101 | 11011001 | 11100 | 100101 |
Color Harmonies of #445879
Complementary color
Monochromatic Colors of #445879
Black with #445879
Text Example
Text Example
White with #445879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445879; }
p { color: rgb(68,88,121); }
H1.HeaderClassName
{
color: #445879;
}
.AnyTagClassName
{
color: #445879;
}
</style>
background-color css
<style>
a { background-color: #445879; }
a { background-color: rgb(68,88,121); }
div.DivClassName
{
background-color: #445879;
}
.BgClassName
{
background-color: #445879;
}
</style>
border-color css
<style>
span { border-color: #445879; }
span { border-color: rgb(68,88,121); }
td.TdClassName
{
border-color: #445879;
}
.TagClassName
{
border-color: #445879;
}
</style>