#4A4154

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

Shades of Mulled Wine #4A4154

Tints of Mulled Wine #4A4154

Color information

#4A4154 (or 0x4A4154) is unknown color: approx Mulled Wine. HEX triplet: 4A, 41 and 54. RGB value is (74,65,84). Sum of RGB (Red+Green+Blue) = 74+65+84=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4154 is #B5BEAB. Grayscale: #454545. Windows color (decimal): -11910828 or 5521738. OLE color: 5521738.

HSL color Cylindrical-coordinate representation of color #4A4154: hue angle of 268.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4154 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB746584-
CMYK0.120.2300.67
HSL268.42º12.75%29.22%-
HSV(B)268.42º22.62%32.94%-
XYZ6.315.889.19-
YUV69.86135.98130.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=33.18%
G=29.15%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7465840.120.2300.67268.4212.7529.22
Hex4A4154C1704310cd1d
Octal112101124142701034141535
Binary10010101000001101010011001011101000011100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,84); }

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

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

 a { background-color: rgb(74,65,84); }

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

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

 span { border-color: rgb(74,65,84); }

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