Shades of Chambray #445A76
Tints of Chambray #445A76
RGB
CMYK
RGB Variations
Color information
#445A76 (or 0x445A76) is known color: Chambray. HEX triplet: 44, 5A and 76. RGB value is (68,90,118). Sum of RGB (Red+Green+Blue) = 68+90+118=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #445A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A76 is #BBA589. Grayscale: #565656. Windows color (decimal): -12297610 or 7756356. OLE color: 7756356.
HSL color Cylindrical-coordinate representation of color #445A76: hue angle of 213.6º 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 #445A76 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 90 | 118 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.54 |
| HSL | 213.6º | 0.27% | 0.36% | - |
| HSV(B) | 213.6º | 0.42% | 0.46% | - |
| XYZ | 9.31 | 9.85 | 18.55 | - |
| YUV | 86.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 118 | 0.42 | 0.24 | 0 | 0.54 | 213.6 | 0.27 | 0.36 |
| Hex | 44 | 5A | 76 | 2A | 18 | 0 | 36 | D6 | 1B | 24 |
| Octal | 104 | 132 | 166 | 52 | 30 | 0 | 66 | 326 | 33 | 44 |
| Binary | 1000100 | 1011010 | 1110110 | 101010 | 11000 | 0 | 110110 | 11010110 | 11011 | 100100 |
Color Harmonies of #445A76
Complementary color
Monochromatic Colors of #445A76
Black with #445A76
Text Example
Text Example
White with #445A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A76; }
p { color: rgb(68,90,118); }
H1.HeaderClassName
{
color: #445A76;
}
.AnyTagClassName
{
color: #445A76;
}
</style>
background-color css
<style>
a { background-color: #445A76; }
a { background-color: rgb(68,90,118); }
div.DivClassName
{
background-color: #445A76;
}
.BgClassName
{
background-color: #445A76;
}
</style>
border-color css
<style>
span { border-color: #445A76; }
span { border-color: rgb(68,90,118); }
td.TdClassName
{
border-color: #445A76;
}
.TagClassName
{
border-color: #445A76;
}
</style>