Shades of Madras #464204
Tints of Madras #464204
RGB
CMYK
RGB Variations
Color information
#464204 (or 0x464204) is known color: Madras. HEX triplet: 46, 42 and 04. RGB value is (70,66,4). Sum of RGB (Red+Green+Blue) = 70+66+4=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464204 is #B9BDFB. Grayscale: #3C3C3C. Windows color (decimal): -12172796 or 279110. OLE color: 279110.
HSL color Cylindrical-coordinate representation of color #464204: hue angle of 56.36º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #464204 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 4 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.73 |
| HSL | 56.36º | 0.89% | 0.15% | - |
| HSV(B) | 56.36º | 0.94% | 0.27% | - |
| XYZ | 4.5 | 5.21 | 0.88 | - |
| YUV | 60.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 4 | 0 | 0.06 | 0.94 | 0.73 | 56.36 | 0.89 | 0.15 |
| Hex | 46 | 42 | 4 | 0 | 6 | 5E | 49 | 38 | 59 | F |
| Octal | 106 | 102 | 4 | 0 | 6 | 136 | 111 | 70 | 131 | 17 |
| Binary | 1000110 | 1000010 | 100 | 0 | 110 | 1011110 | 1001001 | 111000 | 1011001 | 1111 |
Color Harmonies of #464204
Complementary color
Monochromatic Colors of #464204
Black with #464204
Text Example
Text Example
White with #464204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464204; }
p { color: rgb(70,66,4); }
H1.HeaderClassName
{
color: #464204;
}
.AnyTagClassName
{
color: #464204;
}
</style>
background-color css
<style>
a { background-color: #464204; }
a { background-color: rgb(70,66,4); }
div.DivClassName
{
background-color: #464204;
}
.BgClassName
{
background-color: #464204;
}
</style>
border-color css
<style>
span { border-color: #464204; }
span { border-color: rgb(70,66,4); }
td.TdClassName
{
border-color: #464204;
}
.TagClassName
{
border-color: #464204;
}
</style>