#4A4259

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

Shades of Mulled Wine #4A4259

Tints of Mulled Wine #4A4259

Color information

#4A4259 (or 0x4A4259) is unknown color: approx Mulled Wine. HEX triplet: 4A, 42 and 59. RGB value is (74,66,89). Sum of RGB (Red+Green+Blue) = 74+66+89=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4259 is #B5BDA6. Grayscale: #464646. Windows color (decimal): -11910567 or 5849674. OLE color: 5849674.

HSL color Cylindrical-coordinate representation of color #4A4259: hue angle of 260.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A4259 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB746689-
CMYK0.170.2600.65
HSL260.87º14.84%30.39%-
HSV(B)260.87º25.84%34.9%-
XYZ6.586.0710.28-
YUV71.01138.15130.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=32.31%
G=28.82%
B=38.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7466890.170.2600.65260.8714.8430.39
Hex4A4259111A041105f1e
Octal112102131213201014051736
Binary100101010000101011001100011101001000001100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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