Shades of Madras #464101
Tints of Madras #464101
RGB
CMYK
RGB Variations
Color information
#464101 (or 0x464101) is known color: Madras. HEX triplet: 46, 41 and 01. RGB value is (70,65,1). Sum of RGB (Red+Green+Blue) = 70+65+1=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #464101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464101 is #B9BEFE. Grayscale: #3B3B3B. Windows color (decimal): -12173055 or 82246. OLE color: 82246.
HSL color Cylindrical-coordinate representation of color #464101: hue angle of 55.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464101 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.73 |
| HSL | 55.65º | 0.97% | 0.14% | - |
| HSV(B) | 55.65º | 0.99% | 0.27% | - |
| XYZ | 4.42 | 5.08 | 0.78 | - |
| YUV | 59.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 1 | 0 | 0.07 | 0.99 | 0.73 | 55.65 | 0.97 | 0.14 |
| Hex | 46 | 41 | 1 | 0 | 7 | 63 | 49 | 38 | 61 | E |
| Octal | 106 | 101 | 1 | 0 | 7 | 143 | 111 | 70 | 141 | 16 |
| Binary | 1000110 | 1000001 | 1 | 0 | 111 | 1100011 | 1001001 | 111000 | 1100001 | 1110 |
Color Harmonies of #464101
Complementary color
Monochromatic Colors of #464101
Black with #464101
Text Example
Text Example
White with #464101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464101; }
p { color: rgb(70,65,1); }
H1.HeaderClassName
{
color: #464101;
}
.AnyTagClassName
{
color: #464101;
}
</style>
background-color css
<style>
a { background-color: #464101; }
a { background-color: rgb(70,65,1); }
div.DivClassName
{
background-color: #464101;
}
.BgClassName
{
background-color: #464101;
}
</style>
border-color css
<style>
span { border-color: #464101; }
span { border-color: rgb(70,65,1); }
td.TdClassName
{
border-color: #464101;
}
.TagClassName
{
border-color: #464101;
}
</style>