#4B4158

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

Shades of Mulled Wine #4B4158

Tints of Mulled Wine #4B4158

Color information

#4B4158 (or 0x4B4158) is unknown color: approx Mulled Wine. HEX triplet: 4B, 41 and 58. RGB value is (75,65,88). Sum of RGB (Red+Green+Blue) = 75+65+88=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B4158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4158 is #B4BEA7. Grayscale: #464646. Windows color (decimal): -11845288 or 5783883. OLE color: 5783883.

HSL color Cylindrical-coordinate representation of color #4B4158: hue angle of 266.09º 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 #4B4158 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB756588-
CMYK0.150.2600.65
HSL266.09º15.03%30%-
HSV(B)266.09º26.14%34.51%-
XYZ6.555.9810.04-
YUV70.61137.81131.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=32.89%
G=28.51%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7565880.150.2600.65266.0915.0330
Hex4B4158F1A04110af1e
Octal113101130173201014121736
Binary10010111000001101100011111101001000001100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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