#4A464D

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

Shades of Mulled Wine #4A464D

Tints of Mulled Wine #4A464D

Color information

#4A464D (or 0x4A464D) is unknown color: approx Mulled Wine. HEX triplet: 4A, 46 and 4D. RGB value is (74,70,77). Sum of RGB (Red+Green+Blue) = 74+70+77=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A464D is #B5B9B2. Grayscale: #474747. Windows color (decimal): -11909555 or 5064266. OLE color: 5064266.

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

Color convert

RGB747077-
CMYK0.040.0900.70
HSL274.29º4.76%28.82%-
HSV(B)274.29º9.09%30.2%-
XYZ6.356.377.92-
YUV71.99130.83129.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=33.48%
G=31.67%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7470770.040.0900.70274.294.7628.82
Hex4A464D4904611251d
Octal1121061154110106422535
Binary10010101000110100110110010010100011010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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