#4A445C

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

Shades of Mulled Wine #4A445C

Tints of Mulled Wine #4A445C

Color information

#4A445C (or 0x4A445C) is unknown color: approx Mulled Wine. HEX triplet: 4A, 44 and 5C. RGB value is (74,68,92). Sum of RGB (Red+Green+Blue) = 74+68+92=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A445C is #B5BBA3. Grayscale: #484848. Windows color (decimal): -11910052 or 6046794. OLE color: 6046794.

HSL color Cylindrical-coordinate representation of color #4A445C: hue angle of 255º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A445C is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB746892-
CMYK0.200.2600.64
HSL255º15%31.37%-
HSV(B)255º26.09%36.08%-
XYZ6.826.3610.99-
YUV72.53138.99129.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=31.62%
G=29.06%
B=39.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7468920.200.2600.642551531.37
Hex4A445C141A040fff1f
Octal112104134243201003771737
Binary10010101000100101110010100110100100000011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,92); }

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

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

 a { background-color: rgb(74,68,92); }

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

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

 span { border-color: rgb(74,68,92); }

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