#4B4552

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

Shades of Mulled Wine #4B4552

Tints of Mulled Wine #4B4552

Color information

#4B4552 (or 0x4B4552) is unknown color: approx Mulled Wine. HEX triplet: 4B, 45 and 52. RGB value is (75,69,82). Sum of RGB (Red+Green+Blue) = 75+69+82=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4552 is #B4BAAD. Grayscale: #484848. Windows color (decimal): -11844270 or 5391691. OLE color: 5391691.

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

Color convert

RGB756982-
CMYK0.090.1600.68
HSL267.69º8.61%29.61%-
HSV(B)267.69º15.85%32.16%-
XYZ6.556.368.87-
YUV72.28133.49129.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=33.19%
G=30.53%
B=36.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7569820.090.1600.68267.698.6129.61
Hex4B455291004410c91e
Octal113105122112001044141136
Binary10010111000101101001010011000001000100100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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