#4B4754

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

Shades of Mulled Wine #4B4754

Tints of Mulled Wine #4B4754

Color information

#4B4754 (or 0x4B4754) is unknown color: approx Mulled Wine. HEX triplet: 4B, 47 and 54. RGB value is (75,71,84). Sum of RGB (Red+Green+Blue) = 75+71+84=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B4754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4754 is #B4B8AB. Grayscale: #494949. Windows color (decimal): -11843756 or 5523275. OLE color: 5523275.

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

Color convert

RGB757184-
CMYK0.110.1500.67
HSL258.46º8.39%30.39%-
HSV(B)258.46º15.48%32.94%-
XYZ6.766.649.31-
YUV73.68133.83128.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=32.61%
G=30.87%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7571840.110.1500.67258.468.3930.39
Hex4B4754BF04310281e
Octal113107124131701034021036
Binary1001011100011110101001011111101000011100000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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