Shades of Paco #4A403A
Tints of Paco #4A403A
RGB
CMYK
RGB Variations
Color information
#4A403A (or 0x4A403A) is known color: Paco. HEX triplet: 4A, 40 and 3A. RGB value is (74,64,58). Sum of RGB (Red+Green+Blue) = 74+64+58=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A403A is #B5BFC5. Grayscale: #424242. Windows color (decimal): -11911110 or 3817546. OLE color: 3817546.
HSL color Cylindrical-coordinate representation of color #4A403A: hue angle of 22.5º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A403A is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 64 | 58 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.71 |
| HSL | 22.5º | 0.12% | 0.26% | - |
| HSV(B) | 22.5º | 0.22% | 0.29% | - |
| XYZ | 5.42 | 5.43 | 4.76 | - |
| YUV | 66.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 58 | 0 | 0.14 | 0.22 | 0.71 | 22.5 | 0.12 | 0.26 |
| Hex | 4A | 40 | 3A | 0 | E | 16 | 47 | 16 | C | 1A |
| Octal | 112 | 100 | 72 | 0 | 16 | 26 | 107 | 26 | 14 | 32 |
| Binary | 1001010 | 1000000 | 111010 | 0 | 1110 | 10110 | 1000111 | 10110 | 1100 | 11010 |
Color Harmonies of #4A403A
Complementary color
Monochromatic Colors of #4A403A
Black with #4A403A
Text Example
Text Example
White with #4A403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A403A; }
p { color: rgb(74,64,58); }
H1.HeaderClassName
{
color: #4A403A;
}
.AnyTagClassName
{
color: #4A403A;
}
</style>
background-color css
<style>
a { background-color: #4A403A; }
a { background-color: rgb(74,64,58); }
div.DivClassName
{
background-color: #4A403A;
}
.BgClassName
{
background-color: #4A403A;
}
</style>
border-color css
<style>
span { border-color: #4A403A; }
span { border-color: rgb(74,64,58); }
td.TdClassName
{
border-color: #4A403A;
}
.TagClassName
{
border-color: #4A403A;
}
</style>