#4B405A

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

Shades of Mulled Wine #4B405A

Tints of Mulled Wine #4B405A

Color information

#4B405A (or 0x4B405A) is unknown color: approx Mulled Wine. HEX triplet: 4B, 40 and 5A. RGB value is (75,64,90). Sum of RGB (Red+Green+Blue) = 75+64+90=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B405A is #B4BFA5. Grayscale: #464646. Windows color (decimal): -11845542 or 5914699. OLE color: 5914699.

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

Color convert

RGB756490-
CMYK0.170.2900.65
HSL265.38º16.88%30.2%-
HSV(B)265.38º28.89%35.29%-
XYZ6.585.910.47-
YUV70.25139.14131.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=32.75%
G=27.95%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7564900.170.2900.65265.3816.8830.2
Hex4B405A111D041109111e
Octal113100132213501014112136
Binary1001011100000010110101000111101010000011000010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,90); }

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

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

 a { background-color: rgb(75,64,90); }

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

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

 span { border-color: rgb(75,64,90); }

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