#4B4450

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

Shades of Mulled Wine #4B4450

Tints of Mulled Wine #4B4450

Color information

#4B4450 (or 0x4B4450) is unknown color: approx Mulled Wine. HEX triplet: 4B, 44 and 50. RGB value is (75,68,80). Sum of RGB (Red+Green+Blue) = 75+68+80=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4450 is #B4BBAF. Grayscale: #474747. Windows color (decimal): -11844528 or 5260363. OLE color: 5260363.

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

Color convert

RGB756880-
CMYK0.060.1500.69
HSL275º8.11%29.02%-
HSV(B)275º15%31.37%-
XYZ6.426.218.45-
YUV71.46132.82130.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=33.63%
G=30.49%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7568800.060.1500.692758.1129.02
Hex4B44506F04511381d
Octal11310412061701054231035
Binary100101110001001010000110111101000101100010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,80); }

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

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

 a { background-color: rgb(75,68,80); }

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

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

 span { border-color: rgb(75,68,80); }

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