#4B4154

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

Shades of Mulled Wine #4B4154

Tints of Mulled Wine #4B4154

Color information

#4B4154 (or 0x4B4154) is unknown color: approx Mulled Wine. HEX triplet: 4B, 41 and 54. RGB value is (75,65,84). Sum of RGB (Red+Green+Blue) = 75+65+84=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4154 is #B4BEAB. Grayscale: #464646. Windows color (decimal): -11845292 or 5521739. OLE color: 5521739.

HSL color Cylindrical-coordinate representation of color #4B4154: hue angle of 271.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B4154 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB756584-
CMYK0.110.2300.67
HSL271.58º12.75%29.22%-
HSV(B)271.58º22.62%32.94%-
XYZ6.395.929.19-
YUV70.16135.81131.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=33.48%
G=29.02%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7565840.110.2300.67271.5812.7529.22
Hex4B4154B17043110d1d
Octal113101124132701034201535
Binary10010111000001101010010111011101000011100010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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