#4A4156

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

Shades of Mulled Wine #4A4156

Tints of Mulled Wine #4A4156

Color information

#4A4156 (or 0x4A4156) is unknown color: approx Mulled Wine. HEX triplet: 4A, 41 and 56. RGB value is (74,65,86). Sum of RGB (Red+Green+Blue) = 74+65+86=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4156 is #B5BEA9. Grayscale: #464646. Windows color (decimal): -11910826 or 5652810. OLE color: 5652810.

HSL color Cylindrical-coordinate representation of color #4A4156: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4156 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB746586-
CMYK0.140.2400.66
HSL265.71º13.91%29.61%-
HSV(B)265.71º24.42%33.73%-
XYZ6.395.919.61-
YUV70.08136.98130.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=32.89%
G=28.89%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7465860.140.2400.66265.7113.9129.61
Hex4A4156E1804210ae1e
Octal112101126163001024121636
Binary10010101000001101011011101100001000010100001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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