#4B4354

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

Shades of Mulled Wine #4B4354

Tints of Mulled Wine #4B4354

Color information

#4B4354 (or 0x4B4354) is unknown color: approx Mulled Wine. HEX triplet: 4B, 43 and 54. RGB value is (75,67,84). Sum of RGB (Red+Green+Blue) = 75+67+84=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4354 is #B4BCAB. Grayscale: #474747. Windows color (decimal): -11844780 or 5522251. OLE color: 5522251.

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

Color convert

RGB756784-
CMYK0.110.2000.67
HSL268.24º11.26%29.61%-
HSV(B)268.24º20.24%32.94%-
XYZ6.516.159.23-
YUV71.33135.15130.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=33.19%
G=29.65%
B=37.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7567840.110.2000.67268.2411.2629.61
Hex4B4354B1404310cb1e
Octal113103124132401034141336
Binary10010111000011101010010111010001000011100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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