Shades of Chambray #445882
Tints of Chambray #445882
RGB
CMYK
RGB Variations
Color information
#445882 (or 0x445882) is known color: Chambray. HEX triplet: 44, 58 and 82. RGB value is (68,88,130). Sum of RGB (Red+Green+Blue) = 68+88+130=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #445882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445882 is #BBA77D. Grayscale: #565656. Windows color (decimal): -12298110 or 8542276. OLE color: 8542276.
HSL color Cylindrical-coordinate representation of color #445882: hue angle of 220.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445882 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 88 | 130 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.49 |
| HSL | 220.65º | 0.31% | 0.39% | - |
| HSV(B) | 220.65º | 0.48% | 0.51% | - |
| XYZ | 9.9 | 9.82 | 22.49 | - |
| YUV | 86.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 130 | 0.48 | 0.32 | 0 | 0.49 | 220.65 | 0.31 | 0.39 |
| Hex | 44 | 58 | 82 | 30 | 20 | 0 | 31 | DD | 1F | 27 |
| Octal | 104 | 130 | 202 | 60 | 40 | 0 | 61 | 335 | 37 | 47 |
| Binary | 1000100 | 1011000 | 10000010 | 110000 | 100000 | 0 | 110001 | 11011101 | 11111 | 100111 |
Color Harmonies of #445882
Complementary color
Monochromatic Colors of #445882
Black with #445882
Text Example
Text Example
White with #445882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445882; }
p { color: rgb(68,88,130); }
H1.HeaderClassName
{
color: #445882;
}
.AnyTagClassName
{
color: #445882;
}
</style>
background-color css
<style>
a { background-color: #445882; }
a { background-color: rgb(68,88,130); }
div.DivClassName
{
background-color: #445882;
}
.BgClassName
{
background-color: #445882;
}
</style>
border-color css
<style>
span { border-color: #445882; }
span { border-color: rgb(68,88,130); }
td.TdClassName
{
border-color: #445882;
}
.TagClassName
{
border-color: #445882;
}
</style>