#4A4053

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

Shades of Mulled Wine #4A4053

Tints of Mulled Wine #4A4053

Color information

#4A4053 (or 0x4A4053) is unknown color: approx Mulled Wine. HEX triplet: 4A, 40 and 53. RGB value is (74,64,83). Sum of RGB (Red+Green+Blue) = 74+64+83=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4053 is #B5BFAC. Grayscale: #454545. Windows color (decimal): -11911085 or 5455946. OLE color: 5455946.

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

Color convert

RGB746483-
CMYK0.110.2300.67
HSL271.58º12.93%28.82%-
HSV(B)271.58º22.89%32.55%-
XYZ6.225.758.97-
YUV69.16135.81131.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=33.48%
G=28.96%
B=37.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7464830.110.2300.67271.5812.9328.82
Hex4A4053B17043110d1d
Octal112100123132701034201535
Binary10010101000000101001110111011101000011100010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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