#4B4452

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

Shades of Mulled Wine #4B4452

Tints of Mulled Wine #4B4452

Color information

#4B4452 (or 0x4B4452) is unknown color: approx Mulled Wine. HEX triplet: 4B, 44 and 52. RGB value is (75,68,82). Sum of RGB (Red+Green+Blue) = 75+68+82=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4452 is #B4BBAD. Grayscale: #474747. Windows color (decimal): -11844526 or 5391435. OLE color: 5391435.

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

Color convert

RGB756882-
CMYK0.090.1700.68
HSL270º9.33%29.41%-
HSV(B)270º17.07%32.16%-
XYZ6.496.248.84-
YUV71.69133.82130.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=33.33%
G=30.22%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7568820.090.1700.682709.3329.41
Hex4B445291104410e91d
Octal113104122112101044161135
Binary10010111000100101001010011000101000100100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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