Shades of Chambray #445E76
Tints of Chambray #445E76
RGB
CMYK
RGB Variations
Color information
#445E76 (or 0x445E76) is known color: Chambray. HEX triplet: 44, 5E and 76. RGB value is (68,94,118). Sum of RGB (Red+Green+Blue) = 68+94+118=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #445E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E76 is #BBA189. Grayscale: #585858. Windows color (decimal): -12296586 or 7757380. OLE color: 7757380.
HSL color Cylindrical-coordinate representation of color #445E76: hue angle of 208.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445E76 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 94 | 118 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.54 |
| HSL | 208.8º | 0.27% | 0.36% | - |
| HSV(B) | 208.8º | 0.42% | 0.46% | - |
| XYZ | 9.66 | 10.54 | 18.67 | - |
| YUV | 88.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 118 | 0.42 | 0.20 | 0 | 0.54 | 208.8 | 0.27 | 0.36 |
| Hex | 44 | 5E | 76 | 2A | 14 | 0 | 36 | D1 | 1B | 24 |
| Octal | 104 | 136 | 166 | 52 | 24 | 0 | 66 | 321 | 33 | 44 |
| Binary | 1000100 | 1011110 | 1110110 | 101010 | 10100 | 0 | 110110 | 11010001 | 11011 | 100100 |
Color Harmonies of #445E76
Complementary color
Monochromatic Colors of #445E76
Black with #445E76
Text Example
Text Example
White with #445E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E76; }
p { color: rgb(68,94,118); }
H1.HeaderClassName
{
color: #445E76;
}
.AnyTagClassName
{
color: #445E76;
}
</style>
background-color css
<style>
a { background-color: #445E76; }
a { background-color: rgb(68,94,118); }
div.DivClassName
{
background-color: #445E76;
}
.BgClassName
{
background-color: #445E76;
}
</style>
border-color css
<style>
span { border-color: #445E76; }
span { border-color: rgb(68,94,118); }
td.TdClassName
{
border-color: #445E76;
}
.TagClassName
{
border-color: #445E76;
}
</style>