Shades of Paco #474341
Tints of Paco #474341
RGB
CMYK
RGB Variations
Color information
#474341 (or 0x474341) is known color: Paco. HEX triplet: 47, 43 and 41. RGB value is (71,67,65). Sum of RGB (Red+Green+Blue) = 71+67+65=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474341 is #B8BCBE. Grayscale: #434343. Windows color (decimal): -12106943 or 4277063. OLE color: 4277063.
HSL color Cylindrical-coordinate representation of color #474341: hue angle of 20º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474341 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 65 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.72 |
| HSL | 20º | 0.04% | 0.27% | - |
| HSV(B) | 20º | 0.08% | 0.28% | - |
| XYZ | 5.56 | 5.74 | 5.82 | - |
| YUV | 67.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 65 | 0 | 0.06 | 0.08 | 0.72 | 20 | 0.04 | 0.27 |
| Hex | 47 | 43 | 41 | 0 | 6 | 8 | 48 | 14 | 4 | 1B |
| Octal | 107 | 103 | 101 | 0 | 6 | 10 | 110 | 24 | 4 | 33 |
| Binary | 1000111 | 1000011 | 1000001 | 0 | 110 | 1000 | 1001000 | 10100 | 100 | 11011 |
Color Harmonies of #474341
Complementary color
Monochromatic Colors of #474341
Black with #474341
Text Example
Text Example
White with #474341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474341; }
p { color: rgb(71,67,65); }
H1.HeaderClassName
{
color: #474341;
}
.AnyTagClassName
{
color: #474341;
}
</style>
background-color css
<style>
a { background-color: #474341; }
a { background-color: rgb(71,67,65); }
div.DivClassName
{
background-color: #474341;
}
.BgClassName
{
background-color: #474341;
}
</style>
border-color css
<style>
span { border-color: #474341; }
span { border-color: rgb(71,67,65); }
td.TdClassName
{
border-color: #474341;
}
.TagClassName
{
border-color: #474341;
}
</style>