#4A484D

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

Shades of Mulled Wine #4A484D

Tints of Mulled Wine #4A484D

Color information

#4A484D (or 0x4A484D) is unknown color: approx Mulled Wine. HEX triplet: 4A, 48 and 4D. RGB value is (74,72,77). Sum of RGB (Red+Green+Blue) = 74+72+77=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A484D is #B5B7B2. Grayscale: #494949. Windows color (decimal): -11909043 or 5064778. OLE color: 5064778.

HSL color Cylindrical-coordinate representation of color #4A484D: hue angle of 264º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4A484D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB747277-
CMYK0.040.0600.70
HSL264º3.36%29.22%-
HSV(B)264º6.49%30.2%-
XYZ6.486.637.96-
YUV73.17130.16128.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=33.18%
G=32.29%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7472770.040.0600.702643.3629.22
Hex4A484D4604610831d
Octal112110115460106410335
Binary100101010010001001101100110010001101000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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