Shades of Chambray #445E7A
Tints of Chambray #445E7A
RGB
CMYK
RGB Variations
Color information
#445E7A (or 0x445E7A) is known color: Chambray. HEX triplet: 44, 5E and 7A. RGB value is (68,94,122). Sum of RGB (Red+Green+Blue) = 68+94+122=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #445E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E7A is #BBA185. Grayscale: #595959. Windows color (decimal): -12296582 or 8019524. OLE color: 8019524.
HSL color Cylindrical-coordinate representation of color #445E7A: hue angle of 211.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445E7A is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 94 | 122 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.52 |
| HSL | 211.11º | 0.28% | 0.37% | - |
| HSV(B) | 211.11º | 0.44% | 0.48% | - |
| XYZ | 9.9 | 10.64 | 19.94 | - |
| YUV | 89.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 122 | 0.44 | 0.23 | 0 | 0.52 | 211.11 | 0.28 | 0.37 |
| Hex | 44 | 5E | 7A | 2C | 17 | 0 | 34 | D3 | 1C | 25 |
| Octal | 104 | 136 | 172 | 54 | 27 | 0 | 64 | 323 | 34 | 45 |
| Binary | 1000100 | 1011110 | 1111010 | 101100 | 10111 | 0 | 110100 | 11010011 | 11100 | 100101 |
Color Harmonies of #445E7A
Complementary color
Monochromatic Colors of #445E7A
Black with #445E7A
Text Example
Text Example
White with #445E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E7A; }
p { color: rgb(68,94,122); }
H1.HeaderClassName
{
color: #445E7A;
}
.AnyTagClassName
{
color: #445E7A;
}
</style>
background-color css
<style>
a { background-color: #445E7A; }
a { background-color: rgb(68,94,122); }
div.DivClassName
{
background-color: #445E7A;
}
.BgClassName
{
background-color: #445E7A;
}
</style>
border-color css
<style>
span { border-color: #445E7A; }
span { border-color: rgb(68,94,122); }
td.TdClassName
{
border-color: #445E7A;
}
.TagClassName
{
border-color: #445E7A;
}
</style>