Shades of Paco #46413E
Tints of Paco #46413E
RGB
CMYK
RGB Variations
Color information
#46413E (or 0x46413E) is known color: Paco. HEX triplet: 46, 41 and 3E. RGB value is (70,65,62). Sum of RGB (Red+Green+Blue) = 70+65+62=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 70 - color contains mainly: red. Hex color #46413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413E is #B9BEC1. Grayscale: #424242. Windows color (decimal): -12172994 or 4079942. OLE color: 4079942.
HSL color Cylindrical-coordinate representation of color #46413E: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #46413E is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 62 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.73 |
| HSL | 22.5º | 0.06% | 0.26% | - |
| HSV(B) | 22.5º | 0.11% | 0.27% | - |
| XYZ | 5.29 | 5.43 | 5.33 | - |
| YUV | 66.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 62 | 0 | 0.07 | 0.11 | 0.73 | 22.5 | 0.06 | 0.26 |
| Hex | 46 | 41 | 3E | 0 | 7 | B | 49 | 16 | 6 | 1A |
| Octal | 106 | 101 | 76 | 0 | 7 | 13 | 111 | 26 | 6 | 32 |
| Binary | 1000110 | 1000001 | 111110 | 0 | 111 | 1011 | 1001001 | 10110 | 110 | 11010 |
Color Harmonies of #46413E
Complementary color
Monochromatic Colors of #46413E
Black with #46413E
Text Example
Text Example
White with #46413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46413E; }
p { color: rgb(70,65,62); }
H1.HeaderClassName
{
color: #46413E;
}
.AnyTagClassName
{
color: #46413E;
}
</style>
background-color css
<style>
a { background-color: #46413E; }
a { background-color: rgb(70,65,62); }
div.DivClassName
{
background-color: #46413E;
}
.BgClassName
{
background-color: #46413E;
}
</style>
border-color css
<style>
span { border-color: #46413E; }
span { border-color: rgb(70,65,62); }
td.TdClassName
{
border-color: #46413E;
}
.TagClassName
{
border-color: #46413E;
}
</style>