#4B3C5A

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

Shades of Mulled Wine #4B3C5A

Tints of Mulled Wine #4B3C5A

Color information

#4B3C5A (or 0x4B3C5A) is unknown color: approx Mulled Wine. HEX triplet: 4B, 3C and 5A. RGB value is (75,60,90). Sum of RGB (Red+Green+Blue) = 75+60+90=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B3C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C5A is #B4C3A5. Grayscale: #434343. Windows color (decimal): -11846566 or 5913675. OLE color: 5913675.

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

Color convert

RGB756090-
CMYK0.170.3300.65
HSL270º20%29.41%-
HSV(B)270º33.33%35.29%-
XYZ6.365.4710.39-
YUV67.9140.47133.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 90 (35.55% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7560900.170.3300.652702029.41
Hex4B3C5A112104110e141d
Octal11374132214101014162435
Binary1001011111100101101010001100001010000011000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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