#4B494F

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

Shades of Mulled Wine #4B494F

Tints of Mulled Wine #4B494F

Color information

#4B494F (or 0x4B494F) is unknown color: approx Mulled Wine. HEX triplet: 4B, 49 and 4F. RGB value is (75,73,79). Sum of RGB (Red+Green+Blue) = 75+73+79=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B494F is #B4B6B0. Grayscale: #4A4A4A. Windows color (decimal): -11843249 or 5196107. OLE color: 5196107.

HSL color Cylindrical-coordinate representation of color #4B494F: hue angle of 260º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4B494F is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB757379-
CMYK0.050.0800.69
HSL260º3.95%29.8%-
HSV(B)260º7.59%30.98%-
XYZ6.76.838.36-
YUV74.28130.66128.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=33.04%
G=32.16%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7573790.050.0800.692603.9529.8
Hex4B494F5804510441e
Octal1131111175100105404436
Binary10010111001001100111110110000100010110000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,79); }

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

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

 a { background-color: rgb(75,73,79); }

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

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

 span { border-color: rgb(75,73,79); }

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