#4A4153

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

Shades of Mulled Wine #4A4153

Tints of Mulled Wine #4A4153

Color information

#4A4153 (or 0x4A4153) is unknown color: approx Mulled Wine. HEX triplet: 4A, 41 and 53. RGB value is (74,65,83). Sum of RGB (Red+Green+Blue) = 74+65+83=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4153 is #B5BEAC. Grayscale: #454545. Windows color (decimal): -11910829 or 5456202. OLE color: 5456202.

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

Color convert

RGB746583-
CMYK0.110.2200.67
HSL270º12.16%29.02%-
HSV(B)270º21.69%32.55%-
XYZ6.285.868.98-
YUV69.74135.48131.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=33.33%
G=29.28%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7465830.110.2200.6727012.1629.02
Hex4A4153B1604310ec1d
Octal112101123132601034161435
Binary10010101000001101001110111011001000011100001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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