#4B4752

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

Shades of Mulled Wine #4B4752

Tints of Mulled Wine #4B4752

Color information

#4B4752 (or 0x4B4752) is unknown color: approx Mulled Wine. HEX triplet: 4B, 47 and 52. RGB value is (75,71,82). Sum of RGB (Red+Green+Blue) = 75+71+82=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4752 is #B4B8AD. Grayscale: #494949. Windows color (decimal): -11843758 or 5392203. OLE color: 5392203.

HSL color Cylindrical-coordinate representation of color #4B4752: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4752 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB757182-
CMYK0.090.1300.68
HSL261.82º7.19%30%-
HSV(B)261.82º13.41%32.16%-
XYZ6.686.618.91-
YUV73.45132.83129.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=32.89%
G=31.14%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7571820.090.1300.68261.827.1930
Hex4B47529D04410671e
Octal11310712211150104406736
Binary100101110001111010010100111010100010010000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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