Shades of Corduroy #434846
Tints of Corduroy #434846
RGB
CMYK
RGB Variations
Color information
#434846 (or 0x434846) is known color: Corduroy. HEX triplet: 43, 48 and 46. RGB value is (67,72,70). Sum of RGB (Red+Green+Blue) = 67+72+70=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 72 - color contains mainly: green. Hex color #434846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434846 is #BCB7B9. Grayscale: #464646. Windows color (decimal): -12367802 or 4606019. OLE color: 4606019.
HSL color Cylindrical-coordinate representation of color #434846: hue angle of 156º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434846 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 70 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.72 |
| HSL | 156º | 0.04% | 0.27% | - |
| HSV(B) | 156º | 0.07% | 0.28% | - |
| XYZ | 5.74 | 6.27 | 6.7 | - |
| YUV | 70.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 70 | 0.07 | 0 | 0.03 | 0.72 | 156 | 0.04 | 0.27 |
| Hex | 43 | 48 | 46 | 7 | 0 | 3 | 48 | 9C | 4 | 1B |
| Octal | 103 | 110 | 106 | 7 | 0 | 3 | 110 | 234 | 4 | 33 |
| Binary | 1000011 | 1001000 | 1000110 | 111 | 0 | 11 | 1001000 | 10011100 | 100 | 11011 |
Color Harmonies of #434846
Complementary color
Monochromatic Colors of #434846
Black with #434846
Text Example
Text Example
White with #434846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434846; }
p { color: rgb(67,72,70); }
H1.HeaderClassName
{
color: #434846;
}
.AnyTagClassName
{
color: #434846;
}
</style>
background-color css
<style>
a { background-color: #434846; }
a { background-color: rgb(67,72,70); }
div.DivClassName
{
background-color: #434846;
}
.BgClassName
{
background-color: #434846;
}
</style>
border-color css
<style>
span { border-color: #434846; }
span { border-color: rgb(67,72,70); }
td.TdClassName
{
border-color: #434846;
}
.TagClassName
{
border-color: #434846;
}
</style>