Shades of Paco #4B413C
Tints of Paco #4B413C
RGB
CMYK
RGB Variations
Color information
#4B413C (or 0x4B413C) is known color: Paco. HEX triplet: 4B, 41 and 3C. RGB value is (75,65,60). Sum of RGB (Red+Green+Blue) = 75+65+60=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 75 - color contains mainly: red. Hex color #4B413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B413C is #B4BEC3. Grayscale: #434343. Windows color (decimal): -11845316 or 3948875. OLE color: 3948875.
HSL color Cylindrical-coordinate representation of color #4B413C: hue angle of 20º 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 #4B413C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 60 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.71 |
| HSL | 20º | 0.11% | 0.26% | - |
| HSV(B) | 20º | 0.2% | 0.29% | - |
| XYZ | 5.61 | 5.6 | 5.06 | - |
| YUV | 67.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 60 | 0 | 0.13 | 0.20 | 0.71 | 20 | 0.11 | 0.26 |
| Hex | 4B | 41 | 3C | 0 | D | 14 | 47 | 14 | B | 1A |
| Octal | 113 | 101 | 74 | 0 | 15 | 24 | 107 | 24 | 13 | 32 |
| Binary | 1001011 | 1000001 | 111100 | 0 | 1101 | 10100 | 1000111 | 10100 | 1011 | 11010 |
Color Harmonies of #4B413C
Complementary color
Monochromatic Colors of #4B413C
Black with #4B413C
Text Example
Text Example
White with #4B413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B413C; }
p { color: rgb(75,65,60); }
H1.HeaderClassName
{
color: #4B413C;
}
.AnyTagClassName
{
color: #4B413C;
}
</style>
background-color css
<style>
a { background-color: #4B413C; }
a { background-color: rgb(75,65,60); }
div.DivClassName
{
background-color: #4B413C;
}
.BgClassName
{
background-color: #4B413C;
}
</style>
border-color css
<style>
span { border-color: #4B413C; }
span { border-color: rgb(75,65,60); }
td.TdClassName
{
border-color: #4B413C;
}
.TagClassName
{
border-color: #4B413C;
}
</style>