Shades of Woodrush #464230
Tints of Woodrush #464230
RGB
CMYK
RGB Variations
Color information
#464230 (or 0x464230) is known color: Woodrush. HEX triplet: 46, 42 and 30. RGB value is (70,66,48). Sum of RGB (Red+Green+Blue) = 70+66+48=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #464230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464230 is #B9BDCF. Grayscale: #414141. Windows color (decimal): -12172752 or 3162694. OLE color: 3162694.
HSL color Cylindrical-coordinate representation of color #464230: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464230 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 48 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.73 |
| HSL | 49.09º | 0.19% | 0.23% | - |
| HSV(B) | 49.09º | 0.31% | 0.27% | - |
| XYZ | 5.01 | 5.41 | 3.58 | - |
| YUV | 65.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 48 | 0 | 0.06 | 0.31 | 0.73 | 49.09 | 0.19 | 0.23 |
| Hex | 46 | 42 | 30 | 0 | 6 | 1F | 49 | 31 | 13 | 17 |
| Octal | 106 | 102 | 60 | 0 | 6 | 37 | 111 | 61 | 23 | 27 |
| Binary | 1000110 | 1000010 | 110000 | 0 | 110 | 11111 | 1001001 | 110001 | 10011 | 10111 |
Color Harmonies of #464230
Complementary color
Monochromatic Colors of #464230
Black with #464230
Text Example
Text Example
White with #464230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464230; }
p { color: rgb(70,66,48); }
H1.HeaderClassName
{
color: #464230;
}
.AnyTagClassName
{
color: #464230;
}
</style>
background-color css
<style>
a { background-color: #464230; }
a { background-color: rgb(70,66,48); }
div.DivClassName
{
background-color: #464230;
}
.BgClassName
{
background-color: #464230;
}
</style>
border-color css
<style>
span { border-color: #464230; }
span { border-color: rgb(70,66,48); }
td.TdClassName
{
border-color: #464230;
}
.TagClassName
{
border-color: #464230;
}
</style>