Shades of Mulled Wine #4A4058
Tints of Mulled Wine #4A4058
RGB
CMYK
RGB Variations
Color information
#4A4058 (or 0x4A4058) is known color: Mulled Wine. HEX triplet: 4A, 40 and 58. RGB value is (74,64,88). Sum of RGB (Red+Green+Blue) = 74+64+88=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A4058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4058 is #B5BFA7. Grayscale: #454545. Windows color (decimal): -11911080 or 5783626. OLE color: 5783626.
HSL color Cylindrical-coordinate representation of color #4A4058: hue angle of 265º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4058 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 64 | 88 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.65 |
| HSL | 265º | 0.16% | 0.3% | - |
| HSV(B) | 265º | 0.27% | 0.35% | - |
| XYZ | 6.42 | 5.83 | 10.02 | - |
| YUV | 69.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 88 | 0.16 | 0.27 | 0 | 0.65 | 265 | 0.16 | 0.3 |
| Hex | 4A | 40 | 58 | 10 | 1B | 0 | 41 | 109 | 10 | 1E |
| Octal | 112 | 100 | 130 | 20 | 33 | 0 | 101 | 411 | 20 | 36 |
| Binary | 1001010 | 1000000 | 1011000 | 10000 | 11011 | 0 | 1000001 | 100001001 | 10000 | 11110 |
Color Harmonies of #4A4058
Complementary color
Monochromatic Colors of #4A4058
Black with #4A4058
Text Example
Text Example
White with #4A4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4058; }
p { color: rgb(74,64,88); }
H1.HeaderClassName
{
color: #4A4058;
}
.AnyTagClassName
{
color: #4A4058;
}
</style>
background-color css
<style>
a { background-color: #4A4058; }
a { background-color: rgb(74,64,88); }
div.DivClassName
{
background-color: #4A4058;
}
.BgClassName
{
background-color: #4A4058;
}
</style>
border-color css
<style>
span { border-color: #4A4058; }
span { border-color: rgb(74,64,88); }
td.TdClassName
{
border-color: #4A4058;
}
.TagClassName
{
border-color: #4A4058;
}
</style>