#4D4852

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

Shades of Mulled Wine #4D4852

Tints of Mulled Wine #4D4852

Color information

#4D4852 (or 0x4D4852) is unknown color: approx Mulled Wine. HEX triplet: 4D, 48 and 52. RGB value is (77,72,82). Sum of RGB (Red+Green+Blue) = 77+72+82=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4852 is #B2B7AD. Grayscale: #4A4A4A. Windows color (decimal): -11712430 or 5392461. OLE color: 5392461.

HSL color Cylindrical-coordinate representation of color #4D4852: hue angle of 270º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4852 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB777282-
CMYK0.060.1200.68
HSL270º6.49%30.2%-
HSV(B)270º12.2%32.16%-
XYZ6.96.828.94-
YUV74.63132.16129.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=33.33%
G=31.17%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7772820.060.1200.682706.4930.2
Hex4D48526C04410e61e
Octal1151101226140104416636
Binary10011011001000101001011011000100010010000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,82); }

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

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

 a { background-color: rgb(77,72,82); }

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

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

 span { border-color: rgb(77,72,82); }

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