Shades of Corduroy #44504C
Tints of Corduroy #44504C
RGB
CMYK
RGB Variations
Color information
#44504C (or 0x44504C) is known color: Corduroy. HEX triplet: 44, 50 and 4C. RGB value is (68,80,76). Sum of RGB (Red+Green+Blue) = 68+80+76=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #44504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44504C is #BBAFB3. Grayscale: #4B4B4B. Windows color (decimal): -12300212 or 5001284. OLE color: 5001284.
HSL color Cylindrical-coordinate representation of color #44504C: hue angle of 160º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 76 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.69 |
| HSL | 160º | 0.08% | 0.29% | - |
| HSV(B) | 160º | 0.15% | 0.31% | - |
| XYZ | 6.56 | 7.49 | 7.94 | - |
| YUV | 75.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 76 | 0.15 | 0 | 0.05 | 0.69 | 160 | 0.08 | 0.29 |
| Hex | 44 | 50 | 4C | F | 0 | 5 | 45 | A0 | 8 | 1D |
| Octal | 104 | 120 | 114 | 17 | 0 | 5 | 105 | 240 | 10 | 35 |
| Binary | 1000100 | 1010000 | 1001100 | 1111 | 0 | 101 | 1000101 | 10100000 | 1000 | 11101 |
Color Harmonies of #44504C
Complementary color
Monochromatic Colors of #44504C
Black with #44504C
Text Example
Text Example
White with #44504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44504C; }
p { color: rgb(68,80,76); }
H1.HeaderClassName
{
color: #44504C;
}
.AnyTagClassName
{
color: #44504C;
}
</style>
background-color css
<style>
a { background-color: #44504C; }
a { background-color: rgb(68,80,76); }
div.DivClassName
{
background-color: #44504C;
}
.BgClassName
{
background-color: #44504C;
}
</style>
border-color css
<style>
span { border-color: #44504C; }
span { border-color: rgb(68,80,76); }
td.TdClassName
{
border-color: #44504C;
}
.TagClassName
{
border-color: #44504C;
}
</style>