Shades of Chambray #445A74
Tints of Chambray #445A74
RGB
CMYK
RGB Variations
Color information
#445A74 (or 0x445A74) is known color: Chambray. HEX triplet: 44, 5A and 74. RGB value is (68,90,116). Sum of RGB (Red+Green+Blue) = 68+90+116=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #445A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A74 is #BBA58B. Grayscale: #565656. Windows color (decimal): -12297612 or 7625284. OLE color: 7625284.
HSL color Cylindrical-coordinate representation of color #445A74: hue angle of 212.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445A74 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 90 | 116 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.55 |
| HSL | 212.5º | 0.26% | 0.36% | - |
| HSV(B) | 212.5º | 0.41% | 0.45% | - |
| XYZ | 9.19 | 9.8 | 17.93 | - |
| YUV | 86.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 116 | 0.41 | 0.22 | 0 | 0.55 | 212.5 | 0.26 | 0.36 |
| Hex | 44 | 5A | 74 | 29 | 16 | 0 | 37 | D4 | 1A | 24 |
| Octal | 104 | 132 | 164 | 51 | 26 | 0 | 67 | 324 | 32 | 44 |
| Binary | 1000100 | 1011010 | 1110100 | 101001 | 10110 | 0 | 110111 | 11010100 | 11010 | 100100 |
Color Harmonies of #445A74
Complementary color
Monochromatic Colors of #445A74
Black with #445A74
Text Example
Text Example
White with #445A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A74; }
p { color: rgb(68,90,116); }
H1.HeaderClassName
{
color: #445A74;
}
.AnyTagClassName
{
color: #445A74;
}
</style>
background-color css
<style>
a { background-color: #445A74; }
a { background-color: rgb(68,90,116); }
div.DivClassName
{
background-color: #445A74;
}
.BgClassName
{
background-color: #445A74;
}
</style>
border-color css
<style>
span { border-color: #445A74; }
span { border-color: rgb(68,90,116); }
td.TdClassName
{
border-color: #445A74;
}
.TagClassName
{
border-color: #445A74;
}
</style>