#4B425E

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

Shades of Mulled Wine #4B425E

Tints of Mulled Wine #4B425E

Color information

#4B425E (or 0x4B425E) is unknown color: approx Mulled Wine. HEX triplet: 4B, 42 and 5E. RGB value is (75,66,94). Sum of RGB (Red+Green+Blue) = 75+66+94=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425E is #B4BDA1. Grayscale: #474747. Windows color (decimal): -11845026 or 6177355. OLE color: 6177355.

HSL color Cylindrical-coordinate representation of color #4B425E: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B425E is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB756694-
CMYK0.200.3000.63
HSL259.29º17.5%31.37%-
HSV(B)259.29º29.79%36.86%-
XYZ6.876.211.42-
YUV71.88140.48130.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 94 (37.11% from 255) = 40%
R=31.91%
G=28.09%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7566940.200.3000.63259.2917.531.37
Hex4B425E141E03F103111f
Octal11310213624360774032137
Binary100101110000101011110101001111001111111000000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,94); }

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

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

 a { background-color: rgb(75,66,94); }

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

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

 span { border-color: rgb(75,66,94); }

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