#4A474D

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

Shades of Mulled Wine #4A474D

Tints of Mulled Wine #4A474D

Color information

#4A474D (or 0x4A474D) is unknown color: approx Mulled Wine. HEX triplet: 4A, 47 and 4D. RGB value is (74,71,77). Sum of RGB (Red+Green+Blue) = 74+71+77=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A474D is #B5B8B2. Grayscale: #484848. Windows color (decimal): -11909299 or 5064522. OLE color: 5064522.

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

Color convert

RGB747177-
CMYK0.040.0800.70
HSL270º4.05%29.02%-
HSV(B)270º7.79%30.2%-
XYZ6.426.57.94-
YUV72.58130.49129.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=33.33%
G=31.98%
B=34.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7471770.040.0800.702704.0529.02
Hex4A474D4804610e41d
Octal1121071154100106416435
Binary10010101000111100110110010000100011010000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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