Shades of Chambray #445D74
Tints of Chambray #445D74
RGB
CMYK
RGB Variations
Color information
#445D74 (or 0x445D74) is known color: Chambray. HEX triplet: 44, 5D and 74. RGB value is (68,93,116). Sum of RGB (Red+Green+Blue) = 68+93+116=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #445D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D74 is #BBA28B. Grayscale: #585858. Windows color (decimal): -12296844 or 7626052. OLE color: 7626052.
HSL color Cylindrical-coordinate representation of color #445D74: hue angle of 208.75º 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 #445D74 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 93 | 116 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.55 |
| HSL | 208.75º | 0.26% | 0.36% | - |
| HSV(B) | 208.75º | 0.41% | 0.45% | - |
| XYZ | 9.45 | 10.32 | 18.02 | - |
| YUV | 88.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 116 | 0.41 | 0.20 | 0 | 0.55 | 208.75 | 0.26 | 0.36 |
| Hex | 44 | 5D | 74 | 29 | 14 | 0 | 37 | D1 | 1A | 24 |
| Octal | 104 | 135 | 164 | 51 | 24 | 0 | 67 | 321 | 32 | 44 |
| Binary | 1000100 | 1011101 | 1110100 | 101001 | 10100 | 0 | 110111 | 11010001 | 11010 | 100100 |
Color Harmonies of #445D74
Complementary color
Monochromatic Colors of #445D74
Black with #445D74
Text Example
Text Example
White with #445D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D74; }
p { color: rgb(68,93,116); }
H1.HeaderClassName
{
color: #445D74;
}
.AnyTagClassName
{
color: #445D74;
}
</style>
background-color css
<style>
a { background-color: #445D74; }
a { background-color: rgb(68,93,116); }
div.DivClassName
{
background-color: #445D74;
}
.BgClassName
{
background-color: #445D74;
}
</style>
border-color css
<style>
span { border-color: #445D74; }
span { border-color: rgb(68,93,116); }
td.TdClassName
{
border-color: #445D74;
}
.TagClassName
{
border-color: #445D74;
}
</style>