Shades of Paco #46413F
Tints of Paco #46413F
RGB
CMYK
RGB Variations
Color information
#46413F (or 0x46413F) is known color: Paco. HEX triplet: 46, 41 and 3F. RGB value is (70,65,63). Sum of RGB (Red+Green+Blue) = 70+65+63=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #46413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413F is #B9BEC0. Grayscale: #424242. Windows color (decimal): -12172993 or 4145478. OLE color: 4145478.
HSL color Cylindrical-coordinate representation of color #46413F: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46413F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 63 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.73 |
| HSL | 17.14º | 0.05% | 0.26% | - |
| HSV(B) | 17.14º | 0.1% | 0.27% | - |
| XYZ | 5.31 | 5.44 | 5.47 | - |
| YUV | 66.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 63 | 0 | 0.07 | 0.10 | 0.73 | 17.14 | 0.05 | 0.26 |
| Hex | 46 | 41 | 3F | 0 | 7 | A | 49 | 11 | 5 | 1A |
| Octal | 106 | 101 | 77 | 0 | 7 | 12 | 111 | 21 | 5 | 32 |
| Binary | 1000110 | 1000001 | 111111 | 0 | 111 | 1010 | 1001001 | 10001 | 101 | 11010 |
Color Harmonies of #46413F
Complementary color
Monochromatic Colors of #46413F
Black with #46413F
Text Example
Text Example
White with #46413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46413F; }
p { color: rgb(70,65,63); }
H1.HeaderClassName
{
color: #46413F;
}
.AnyTagClassName
{
color: #46413F;
}
</style>
background-color css
<style>
a { background-color: #46413F; }
a { background-color: rgb(70,65,63); }
div.DivClassName
{
background-color: #46413F;
}
.BgClassName
{
background-color: #46413F;
}
</style>
border-color css
<style>
span { border-color: #46413F; }
span { border-color: rgb(70,65,63); }
td.TdClassName
{
border-color: #46413F;
}
.TagClassName
{
border-color: #46413F;
}
</style>