Shades of Corduroy #444B49
Tints of Corduroy #444B49
RGB
CMYK
RGB Variations
Color information
#444B49 (or 0x444B49) is known color: Corduroy. HEX triplet: 44, 4B and 49. RGB value is (68,75,73). Sum of RGB (Red+Green+Blue) = 68+75+73=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #444B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B49 is #BBB4B6. Grayscale: #484848. Windows color (decimal): -12301495 or 4803396. OLE color: 4803396.
HSL color Cylindrical-coordinate representation of color #444B49: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #444B49 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 73 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.71 |
| HSL | 162.86º | 0.05% | 0.28% | - |
| HSV(B) | 162.86º | 0.09% | 0.29% | - |
| XYZ | 6.1 | 6.74 | 7.28 | - |
| YUV | 72.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 73 | 0.09 | 0 | 0.03 | 0.71 | 162.86 | 0.05 | 0.28 |
| Hex | 44 | 4B | 49 | 9 | 0 | 3 | 47 | A3 | 5 | 1C |
| Octal | 104 | 113 | 111 | 11 | 0 | 3 | 107 | 243 | 5 | 34 |
| Binary | 1000100 | 1001011 | 1001001 | 1001 | 0 | 11 | 1000111 | 10100011 | 101 | 11100 |
Color Harmonies of #444B49
Complementary color
Monochromatic Colors of #444B49
Black with #444B49
Text Example
Text Example
White with #444B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B49; }
p { color: rgb(68,75,73); }
H1.HeaderClassName
{
color: #444B49;
}
.AnyTagClassName
{
color: #444B49;
}
</style>
background-color css
<style>
a { background-color: #444B49; }
a { background-color: rgb(68,75,73); }
div.DivClassName
{
background-color: #444B49;
}
.BgClassName
{
background-color: #444B49;
}
</style>
border-color css
<style>
span { border-color: #444B49; }
span { border-color: rgb(68,75,73); }
td.TdClassName
{
border-color: #444B49;
}
.TagClassName
{
border-color: #444B49;
}
</style>