#4A445E

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

Shades of Mulled Wine #4A445E

Tints of Mulled Wine #4A445E

Color information

#4A445E (or 0x4A445E) is unknown color: approx Mulled Wine. HEX triplet: 4A, 44 and 5E. RGB value is (74,68,94). Sum of RGB (Red+Green+Blue) = 74+68+94=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A445E is #B5BBA1. Grayscale: #484848. Windows color (decimal): -11910050 or 6177866. OLE color: 6177866.

HSL color Cylindrical-coordinate representation of color #4A445E: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A445E is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB746894-
CMYK0.210.2800.63
HSL253.85º16.05%31.76%-
HSV(B)253.85º27.66%36.86%-
XYZ6.916.411.46-
YUV72.76139.99128.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=31.36%
G=28.81%
B=39.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7468940.210.2800.63253.8516.0531.76
Hex4A445E151C03Ffe1020
Octal11210413625340773762040
Binary100101010001001011110101011110001111111111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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