Shades of Paco #4A4340
Tints of Paco #4A4340
RGB
CMYK
RGB Variations
Color information
#4A4340 (or 0x4A4340) is known color: Paco. HEX triplet: 4A, 43 and 40. RGB value is (74,67,64). Sum of RGB (Red+Green+Blue) = 74+67+64=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4340 is #B5BCBF. Grayscale: #444444. Windows color (decimal): -11910336 or 4211530. OLE color: 4211530.
HSL color Cylindrical-coordinate representation of color #4A4340: hue angle of 18º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4340 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 64 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.71 |
| HSL | 18º | 0.07% | 0.27% | - |
| HSV(B) | 18º | 0.14% | 0.29% | - |
| XYZ | 5.76 | 5.84 | 5.67 | - |
| YUV | 68.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 64 | 0 | 0.09 | 0.14 | 0.71 | 18 | 0.07 | 0.27 |
| Hex | 4A | 43 | 40 | 0 | 9 | E | 47 | 12 | 7 | 1B |
| Octal | 112 | 103 | 100 | 0 | 11 | 16 | 107 | 22 | 7 | 33 |
| Binary | 1001010 | 1000011 | 1000000 | 0 | 1001 | 1110 | 1000111 | 10010 | 111 | 11011 |
Color Harmonies of #4A4340
Complementary color
Monochromatic Colors of #4A4340
Black with #4A4340
Text Example
Text Example
White with #4A4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4340; }
p { color: rgb(74,67,64); }
H1.HeaderClassName
{
color: #4A4340;
}
.AnyTagClassName
{
color: #4A4340;
}
</style>
background-color css
<style>
a { background-color: #4A4340; }
a { background-color: rgb(74,67,64); }
div.DivClassName
{
background-color: #4A4340;
}
.BgClassName
{
background-color: #4A4340;
}
</style>
border-color css
<style>
span { border-color: #4A4340; }
span { border-color: rgb(74,67,64); }
td.TdClassName
{
border-color: #4A4340;
}
.TagClassName
{
border-color: #4A4340;
}
</style>