Shades of Corduroy #444D4B
Tints of Corduroy #444D4B
RGB
CMYK
RGB Variations
Color information
#444D4B (or 0x444D4B) is known color: Corduroy. HEX triplet: 44, 4D and 4B. RGB value is (68,77,75). Sum of RGB (Red+Green+Blue) = 68+77+75=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 77 - color contains mainly: green. Hex color #444D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D4B is #BBB2B4. Grayscale: #4A4A4A. Windows color (decimal): -12300981 or 4934980. OLE color: 4934980.
HSL color Cylindrical-coordinate representation of color #444D4B: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444D4B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 75 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.70 |
| HSL | 166.67º | 0.06% | 0.28% | - |
| HSV(B) | 166.67º | 0.12% | 0.3% | - |
| XYZ | 6.31 | 7.04 | 7.68 | - |
| YUV | 74.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 75 | 0.12 | 0 | 0.03 | 0.70 | 166.67 | 0.06 | 0.28 |
| Hex | 44 | 4D | 4B | C | 0 | 3 | 46 | A7 | 6 | 1C |
| Octal | 104 | 115 | 113 | 14 | 0 | 3 | 106 | 247 | 6 | 34 |
| Binary | 1000100 | 1001101 | 1001011 | 1100 | 0 | 11 | 1000110 | 10100111 | 110 | 11100 |
Color Harmonies of #444D4B
Complementary color
Monochromatic Colors of #444D4B
Black with #444D4B
Text Example
Text Example
White with #444D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D4B; }
p { color: rgb(68,77,75); }
H1.HeaderClassName
{
color: #444D4B;
}
.AnyTagClassName
{
color: #444D4B;
}
</style>
background-color css
<style>
a { background-color: #444D4B; }
a { background-color: rgb(68,77,75); }
div.DivClassName
{
background-color: #444D4B;
}
.BgClassName
{
background-color: #444D4B;
}
</style>
border-color css
<style>
span { border-color: #444D4B; }
span { border-color: rgb(68,77,75); }
td.TdClassName
{
border-color: #444D4B;
}
.TagClassName
{
border-color: #444D4B;
}
</style>