#4D4958

Color #4D4958 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4D4958

Tints of Mulled Wine #4D4958

Color information

#4D4958 (or 0x4D4958) is unknown color: approx Mulled Wine. HEX triplet: 4D, 49 and 58. RGB value is (77,73,88). Sum of RGB (Red+Green+Blue) = 77+73+88=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D4958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4958 is #B2B6A7. Grayscale: #4B4B4B. Windows color (decimal): -11712168 or 5785933. OLE color: 5785933.

HSL color Cylindrical-coordinate representation of color #4D4958: hue angle of 256º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4958 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB777388-
CMYK0.120.1700.65
HSL256º9.32%31.57%-
HSV(B)256º17.05%34.51%-
XYZ7.27.0510.21-
YUV75.91134.83128.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=32.35%
G=30.67%
B=36.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7773880.120.1700.652569.3231.57
Hex4D4958C11041100920
Octal115111130142101014001140
Binary100110110010011011000110010001010000011000000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4958; }

 p { color: rgb(77,73,88); }

 H1.HeaderClassName
 {
   color: #4D4958;
 }
 .AnyTagClassName
 {
   color: #4D4958;
 }
</style>
background-color css

<style>
 a { background-color: #4D4958; }

 a { background-color: rgb(77,73,88); }

 div.DivClassName
 {
   background-color: #4D4958;
 }
 .BgClassName
 {
   background-color: #4D4958;
 }
</style>
border-color css

<style>
 span { border-color: #4D4958; }

 span { border-color: rgb(77,73,88); }

 td.TdClassName
 {
   border-color: #4D4958;
 }
 .TagClassName
 {
   border-color: #4D4958;
 }
</style>