Shades of Corduroy #40504C
Tints of Corduroy #40504C
RGB
CMYK
RGB Variations
Color information
#40504C (or 0x40504C) is known color: Corduroy. HEX triplet: 40, 50 and 4C. RGB value is (64,80,76). Sum of RGB (Red+Green+Blue) = 64+80+76=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #40504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40504C is #BFAFB3. Grayscale: #4A4A4A. Windows color (decimal): -12562356 or 5001280. OLE color: 5001280.
HSL color Cylindrical-coordinate representation of color #40504C: hue angle of 165º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504C is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 76 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.69 |
| HSL | 165º | 0.11% | 0.28% | - |
| HSV(B) | 165º | 0.2% | 0.31% | - |
| XYZ | 6.29 | 7.35 | 7.92 | - |
| YUV | 74.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 76 | 0.20 | 0 | 0.05 | 0.69 | 165 | 0.11 | 0.28 |
| Hex | 40 | 50 | 4C | 14 | 0 | 5 | 45 | A5 | B | 1C |
| Octal | 100 | 120 | 114 | 24 | 0 | 5 | 105 | 245 | 13 | 34 |
| Binary | 1000000 | 1010000 | 1001100 | 10100 | 0 | 101 | 1000101 | 10100101 | 1011 | 11100 |
Color Harmonies of #40504C
Complementary color
Monochromatic Colors of #40504C
Black with #40504C
Text Example
Text Example
White with #40504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40504C; }
p { color: rgb(64,80,76); }
H1.HeaderClassName
{
color: #40504C;
}
.AnyTagClassName
{
color: #40504C;
}
</style>
background-color css
<style>
a { background-color: #40504C; }
a { background-color: rgb(64,80,76); }
div.DivClassName
{
background-color: #40504C;
}
.BgClassName
{
background-color: #40504C;
}
</style>
border-color css
<style>
span { border-color: #40504C; }
span { border-color: rgb(64,80,76); }
td.TdClassName
{
border-color: #40504C;
}
.TagClassName
{
border-color: #40504C;
}
</style>