#4A4254

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

Shades of Mulled Wine #4A4254

Tints of Mulled Wine #4A4254

Color information

#4A4254 (or 0x4A4254) is unknown color: approx Mulled Wine. HEX triplet: 4A, 42 and 54. RGB value is (74,66,84). Sum of RGB (Red+Green+Blue) = 74+66+84=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A4254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4254 is #B5BDAB. Grayscale: #464646. Windows color (decimal): -11910572 or 5521994. OLE color: 5521994.

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

Color convert

RGB746684-
CMYK0.120.2100.67
HSL266.67º12%29.41%-
HSV(B)266.67º21.43%32.94%-
XYZ6.375.999.21-
YUV70.44135.65130.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=33.04%
G=29.46%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7466840.120.2100.67266.671229.41
Hex4A4254C1504310bc1d
Octal112102124142501034131435
Binary10010101000010101010011001010101000011100001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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