Shades of Mulled Wine #4B4753
Tints of Mulled Wine #4B4753
RGB
CMYK
RGB Variations
Color information
#4B4753 (or 0x4B4753) is known color: Mulled Wine. HEX triplet: 4B, 47 and 53. RGB value is (75,71,83). Sum of RGB (Red+Green+Blue) = 75+71+83=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4753 is #B4B8AC. Grayscale: #494949. Windows color (decimal): -11843757 or 5457739. OLE color: 5457739.
HSL color Cylindrical-coordinate representation of color #4B4753: hue angle of 260º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B4753 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 71 | 83 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.67 |
| HSL | 260º | 0.08% | 0.3% | - |
| HSV(B) | 260º | 0.14% | 0.33% | - |
| XYZ | 6.72 | 6.63 | 9.11 | - |
| YUV | 73.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 83 | 0.10 | 0.14 | 0 | 0.67 | 260 | 0.08 | 0.3 |
| Hex | 4B | 47 | 53 | A | E | 0 | 43 | 104 | 8 | 1E |
| Octal | 113 | 107 | 123 | 12 | 16 | 0 | 103 | 404 | 10 | 36 |
| Binary | 1001011 | 1000111 | 1010011 | 1010 | 1110 | 0 | 1000011 | 100000100 | 1000 | 11110 |
Color Harmonies of #4B4753
Complementary color
Monochromatic Colors of #4B4753
Black with #4B4753
Text Example
Text Example
White with #4B4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4753; }
p { color: rgb(75,71,83); }
H1.HeaderClassName
{
color: #4B4753;
}
.AnyTagClassName
{
color: #4B4753;
}
</style>
background-color css
<style>
a { background-color: #4B4753; }
a { background-color: rgb(75,71,83); }
div.DivClassName
{
background-color: #4B4753;
}
.BgClassName
{
background-color: #4B4753;
}
</style>
border-color css
<style>
span { border-color: #4B4753; }
span { border-color: rgb(75,71,83); }
td.TdClassName
{
border-color: #4B4753;
}
.TagClassName
{
border-color: #4B4753;
}
</style>