Shades of Paco #4B423E
Tints of Paco #4B423E
RGB
CMYK
RGB Variations
Color information
#4B423E (or 0x4B423E) is known color: Paco. HEX triplet: 4B, 42 and 3E. RGB value is (75,66,62). Sum of RGB (Red+Green+Blue) = 75+66+62=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B423E is #B4BDC1. Grayscale: #444444. Windows color (decimal): -11845058 or 4080203. OLE color: 4080203.
HSL color Cylindrical-coordinate representation of color #4B423E: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B423E is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 62 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.71 |
| HSL | 18.46º | 0.09% | 0.27% | - |
| HSV(B) | 18.46º | 0.17% | 0.29% | - |
| XYZ | 5.72 | 5.74 | 5.36 | - |
| YUV | 68.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 62 | 0 | 0.12 | 0.17 | 0.71 | 18.46 | 0.09 | 0.27 |
| Hex | 4B | 42 | 3E | 0 | C | 11 | 47 | 12 | 9 | 1B |
| Octal | 113 | 102 | 76 | 0 | 14 | 21 | 107 | 22 | 11 | 33 |
| Binary | 1001011 | 1000010 | 111110 | 0 | 1100 | 10001 | 1000111 | 10010 | 1001 | 11011 |
Color Harmonies of #4B423E
Complementary color
Monochromatic Colors of #4B423E
Black with #4B423E
Text Example
Text Example
White with #4B423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B423E; }
p { color: rgb(75,66,62); }
H1.HeaderClassName
{
color: #4B423E;
}
.AnyTagClassName
{
color: #4B423E;
}
</style>
background-color css
<style>
a { background-color: #4B423E; }
a { background-color: rgb(75,66,62); }
div.DivClassName
{
background-color: #4B423E;
}
.BgClassName
{
background-color: #4B423E;
}
</style>
border-color css
<style>
span { border-color: #4B423E; }
span { border-color: rgb(75,66,62); }
td.TdClassName
{
border-color: #4B423E;
}
.TagClassName
{
border-color: #4B423E;
}
</style>