Shades of Chambray #445877
Tints of Chambray #445877
RGB
CMYK
RGB Variations
Color information
#445877 (or 0x445877) is known color: Chambray. HEX triplet: 44, 58 and 77. RGB value is (68,88,119). Sum of RGB (Red+Green+Blue) = 68+88+119=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #445877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445877 is #BBA788. Grayscale: #555555. Windows color (decimal): -12298121 or 7821380. OLE color: 7821380.
HSL color Cylindrical-coordinate representation of color #445877: hue angle of 216.47º degrees, saturation: 0.27, 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 #445877 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 88 | 119 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.53 |
| HSL | 216.47º | 0.27% | 0.37% | - |
| HSV(B) | 216.47º | 0.43% | 0.47% | - |
| XYZ | 9.2 | 9.54 | 18.81 | - |
| YUV | 85.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 119 | 0.43 | 0.26 | 0 | 0.53 | 216.47 | 0.27 | 0.37 |
| Hex | 44 | 58 | 77 | 2B | 1A | 0 | 35 | D8 | 1B | 25 |
| Octal | 104 | 130 | 167 | 53 | 32 | 0 | 65 | 330 | 33 | 45 |
| Binary | 1000100 | 1011000 | 1110111 | 101011 | 11010 | 0 | 110101 | 11011000 | 11011 | 100101 |
Color Harmonies of #445877
Complementary color
Monochromatic Colors of #445877
Black with #445877
Text Example
Text Example
White with #445877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445877; }
p { color: rgb(68,88,119); }
H1.HeaderClassName
{
color: #445877;
}
.AnyTagClassName
{
color: #445877;
}
</style>
background-color css
<style>
a { background-color: #445877; }
a { background-color: rgb(68,88,119); }
div.DivClassName
{
background-color: #445877;
}
.BgClassName
{
background-color: #445877;
}
</style>
border-color css
<style>
span { border-color: #445877; }
span { border-color: rgb(68,88,119); }
td.TdClassName
{
border-color: #445877;
}
.TagClassName
{
border-color: #445877;
}
</style>