Shades of Paco #4A413B
Tints of Paco #4A413B
RGB
CMYK
RGB Variations
Color information
#4A413B (or 0x4A413B) is known color: Paco. HEX triplet: 4A, 41 and 3B. RGB value is (74,65,59). Sum of RGB (Red+Green+Blue) = 74+65+59=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A413B is #B5BEC4. Grayscale: #434343. Windows color (decimal): -11910853 or 3883338. OLE color: 3883338.
HSL color Cylindrical-coordinate representation of color #4A413B: hue angle of 24º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A413B is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 59 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.71 |
| HSL | 24º | 0.11% | 0.26% | - |
| HSV(B) | 24º | 0.2% | 0.29% | - |
| XYZ | 5.5 | 5.55 | 4.92 | - |
| YUV | 67.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 59 | 0 | 0.12 | 0.20 | 0.71 | 24 | 0.11 | 0.26 |
| Hex | 4A | 41 | 3B | 0 | C | 14 | 47 | 18 | B | 1A |
| Octal | 112 | 101 | 73 | 0 | 14 | 24 | 107 | 30 | 13 | 32 |
| Binary | 1001010 | 1000001 | 111011 | 0 | 1100 | 10100 | 1000111 | 11000 | 1011 | 11010 |
Color Harmonies of #4A413B
Complementary color
Monochromatic Colors of #4A413B
Black with #4A413B
Text Example
Text Example
White with #4A413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A413B; }
p { color: rgb(74,65,59); }
H1.HeaderClassName
{
color: #4A413B;
}
.AnyTagClassName
{
color: #4A413B;
}
</style>
background-color css
<style>
a { background-color: #4A413B; }
a { background-color: rgb(74,65,59); }
div.DivClassName
{
background-color: #4A413B;
}
.BgClassName
{
background-color: #4A413B;
}
</style>
border-color css
<style>
span { border-color: #4A413B; }
span { border-color: rgb(74,65,59); }
td.TdClassName
{
border-color: #4A413B;
}
.TagClassName
{
border-color: #4A413B;
}
</style>