Shades of Paco #4B4039
Tints of Paco #4B4039
RGB
CMYK
RGB Variations
Color information
#4B4039 (or 0x4B4039) is known color: Paco. HEX triplet: 4B, 40 and 39. RGB value is (75,64,57). Sum of RGB (Red+Green+Blue) = 75+64+57=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4039 is #B4BFC6. Grayscale: #424242. Windows color (decimal): -11845575 or 3752011. OLE color: 3752011.
HSL color Cylindrical-coordinate representation of color #4B4039: hue angle of 23.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B4039 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 57 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.71 |
| HSL | 23.33º | 0.14% | 0.26% | - |
| HSV(B) | 23.33º | 0.24% | 0.29% | - |
| XYZ | 5.47 | 5.46 | 4.64 | - |
| YUV | 66.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 57 | 0 | 0.15 | 0.24 | 0.71 | 23.33 | 0.14 | 0.26 |
| Hex | 4B | 40 | 39 | 0 | F | 18 | 47 | 17 | E | 1A |
| Octal | 113 | 100 | 71 | 0 | 17 | 30 | 107 | 27 | 16 | 32 |
| Binary | 1001011 | 1000000 | 111001 | 0 | 1111 | 11000 | 1000111 | 10111 | 1110 | 11010 |
Color Harmonies of #4B4039
Complementary color
Monochromatic Colors of #4B4039
Black with #4B4039
Text Example
Text Example
White with #4B4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4039; }
p { color: rgb(75,64,57); }
H1.HeaderClassName
{
color: #4B4039;
}
.AnyTagClassName
{
color: #4B4039;
}
</style>
background-color css
<style>
a { background-color: #4B4039; }
a { background-color: rgb(75,64,57); }
div.DivClassName
{
background-color: #4B4039;
}
.BgClassName
{
background-color: #4B4039;
}
</style>
border-color css
<style>
span { border-color: #4B4039; }
span { border-color: rgb(75,64,57); }
td.TdClassName
{
border-color: #4B4039;
}
.TagClassName
{
border-color: #4B4039;
}
</style>