Shades of Corduroy #434C49
Tints of Corduroy #434C49
RGB
CMYK
RGB Variations
Color information
#434C49 (or 0x434C49) is known color: Corduroy. HEX triplet: 43, 4C and 49. RGB value is (67,76,73). Sum of RGB (Red+Green+Blue) = 67+76+73=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 76 - color contains mainly: green. Hex color #434C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C49 is #BCB3B6. Grayscale: #484848. Windows color (decimal): -12366775 or 4803651. OLE color: 4803651.
HSL color Cylindrical-coordinate representation of color #434C49: hue angle of 160º 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 #434C49 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 73 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.70 |
| HSL | 160º | 0.06% | 0.28% | - |
| HSV(B) | 160º | 0.12% | 0.3% | - |
| XYZ | 6.1 | 6.84 | 7.3 | - |
| YUV | 72.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 73 | 0.12 | 0 | 0.04 | 0.70 | 160 | 0.06 | 0.28 |
| Hex | 43 | 4C | 49 | C | 0 | 4 | 46 | A0 | 6 | 1C |
| Octal | 103 | 114 | 111 | 14 | 0 | 4 | 106 | 240 | 6 | 34 |
| Binary | 1000011 | 1001100 | 1001001 | 1100 | 0 | 100 | 1000110 | 10100000 | 110 | 11100 |
Color Harmonies of #434C49
Complementary color
Monochromatic Colors of #434C49
Black with #434C49
Text Example
Text Example
White with #434C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C49; }
p { color: rgb(67,76,73); }
H1.HeaderClassName
{
color: #434C49;
}
.AnyTagClassName
{
color: #434C49;
}
</style>
background-color css
<style>
a { background-color: #434C49; }
a { background-color: rgb(67,76,73); }
div.DivClassName
{
background-color: #434C49;
}
.BgClassName
{
background-color: #434C49;
}
</style>
border-color css
<style>
span { border-color: #434C49; }
span { border-color: rgb(67,76,73); }
td.TdClassName
{
border-color: #434C49;
}
.TagClassName
{
border-color: #434C49;
}
</style>