#4B415C

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

Shades of Mulled Wine #4B415C

Tints of Mulled Wine #4B415C

Color information

#4B415C (or 0x4B415C) is unknown color: approx Mulled Wine. HEX triplet: 4B, 41 and 5C. RGB value is (75,65,92). Sum of RGB (Red+Green+Blue) = 75+65+92=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415C is #B4BEA3. Grayscale: #464646. Windows color (decimal): -11845284 or 6046027. OLE color: 6046027.

HSL color Cylindrical-coordinate representation of color #4B415C: hue angle of 262.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B415C is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB756592-
CMYK0.180.2900.64
HSL262.22º17.2%30.78%-
HSV(B)262.22º29.35%36.08%-
XYZ6.726.0510.94-
YUV71.07139.81130.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=32.33%
G=28.02%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7565920.180.2900.64262.2217.230.78
Hex4B415C121D040106111f
Octal113101134223501004062137
Binary1001011100000110111001001011101010000001000001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,92); }

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

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

 a { background-color: rgb(75,65,92); }

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

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

 span { border-color: rgb(75,65,92); }

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