Shades of Corduroy #434A47
Tints of Corduroy #434A47
RGB
CMYK
RGB Variations
Color information
#434A47 (or 0x434A47) is known color: Corduroy. HEX triplet: 43, 4A and 47. RGB value is (67,74,71). Sum of RGB (Red+Green+Blue) = 67+74+71=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 74 - color contains mainly: green. Hex color #434A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A47 is #BCB5B8. Grayscale: #474747. Windows color (decimal): -12367289 or 4672067. OLE color: 4672067.
HSL color Cylindrical-coordinate representation of color #434A47: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #434A47 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 71 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.71 |
| HSL | 154.29º | 0.05% | 0.28% | - |
| HSV(B) | 154.29º | 0.09% | 0.29% | - |
| XYZ | 5.9 | 6.55 | 6.91 | - |
| YUV | 71.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 71 | 0.09 | 0 | 0.04 | 0.71 | 154.29 | 0.05 | 0.28 |
| Hex | 43 | 4A | 47 | 9 | 0 | 4 | 47 | 9A | 5 | 1C |
| Octal | 103 | 112 | 107 | 11 | 0 | 4 | 107 | 232 | 5 | 34 |
| Binary | 1000011 | 1001010 | 1000111 | 1001 | 0 | 100 | 1000111 | 10011010 | 101 | 11100 |
Color Harmonies of #434A47
Complementary color
Monochromatic Colors of #434A47
Black with #434A47
Text Example
Text Example
White with #434A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A47; }
p { color: rgb(67,74,71); }
H1.HeaderClassName
{
color: #434A47;
}
.AnyTagClassName
{
color: #434A47;
}
</style>
background-color css
<style>
a { background-color: #434A47; }
a { background-color: rgb(67,74,71); }
div.DivClassName
{
background-color: #434A47;
}
.BgClassName
{
background-color: #434A47;
}
</style>
border-color css
<style>
span { border-color: #434A47; }
span { border-color: rgb(67,74,71); }
td.TdClassName
{
border-color: #434A47;
}
.TagClassName
{
border-color: #434A47;
}
</style>