Shades of Corduroy #444A48
Tints of Corduroy #444A48
RGB
CMYK
RGB Variations
Color information
#444A48 (or 0x444A48) is known color: Corduroy. HEX triplet: 44, 4A and 48. RGB value is (68,74,72). Sum of RGB (Red+Green+Blue) = 68+74+72=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #444A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A48 is #BBB5B7. Grayscale: #474747. Windows color (decimal): -12301752 or 4737604. OLE color: 4737604.
HSL color Cylindrical-coordinate representation of color #444A48: hue angle of 160º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A48 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 72 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.71 |
| HSL | 160º | 0.04% | 0.28% | - |
| HSV(B) | 160º | 0.08% | 0.29% | - |
| XYZ | 6 | 6.59 | 7.09 | - |
| YUV | 71.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 72 | 0.08 | 0 | 0.03 | 0.71 | 160 | 0.04 | 0.28 |
| Hex | 44 | 4A | 48 | 8 | 0 | 3 | 47 | A0 | 4 | 1C |
| Octal | 104 | 112 | 110 | 10 | 0 | 3 | 107 | 240 | 4 | 34 |
| Binary | 1000100 | 1001010 | 1001000 | 1000 | 0 | 11 | 1000111 | 10100000 | 100 | 11100 |
Color Harmonies of #444A48
Complementary color
Monochromatic Colors of #444A48
Black with #444A48
Text Example
Text Example
White with #444A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A48; }
p { color: rgb(68,74,72); }
H1.HeaderClassName
{
color: #444A48;
}
.AnyTagClassName
{
color: #444A48;
}
</style>
background-color css
<style>
a { background-color: #444A48; }
a { background-color: rgb(68,74,72); }
div.DivClassName
{
background-color: #444A48;
}
.BgClassName
{
background-color: #444A48;
}
</style>
border-color css
<style>
span { border-color: #444A48; }
span { border-color: rgb(68,74,72); }
td.TdClassName
{
border-color: #444A48;
}
.TagClassName
{
border-color: #444A48;
}
</style>