#4A4354

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

Shades of Mulled Wine #4A4354

Tints of Mulled Wine #4A4354

Color information

#4A4354 (or 0x4A4354) is unknown color: approx Mulled Wine. HEX triplet: 4A, 43 and 54. RGB value is (74,67,84). Sum of RGB (Red+Green+Blue) = 74+67+84=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4354 is #B5BCAB. Grayscale: #464646. Windows color (decimal): -11910316 or 5522250. OLE color: 5522250.

HSL color Cylindrical-coordinate representation of color #4A4354: hue angle of 264.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4354 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB746784-
CMYK0.120.2000.67
HSL264.71º11.26%29.61%-
HSV(B)264.71º20.24%32.94%-
XYZ6.436.119.23-
YUV71.03135.32130.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=32.89%
G=29.78%
B=37.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7467840.120.2000.67264.7111.2629.61
Hex4A4354C14043109b1e
Octal112103124142401034111336
Binary10010101000011101010011001010001000011100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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