#4B455B

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

Shades of Mulled Wine #4B455B

Tints of Mulled Wine #4B455B

Color information

#4B455B (or 0x4B455B) is unknown color: approx Mulled Wine. HEX triplet: 4B, 45 and 5B. RGB value is (75,69,91). Sum of RGB (Red+Green+Blue) = 75+69+91=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B455B is #B4BAA4. Grayscale: #494949. Windows color (decimal): -11844261 or 5981515. OLE color: 5981515.

HSL color Cylindrical-coordinate representation of color #4B455B: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B455B is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB756991-
CMYK0.180.2400.64
HSL256.36º13.75%31.37%-
HSV(B)256.36º24.18%35.69%-
XYZ6.926.5110.79-
YUV73.3137.99129.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=31.91%
G=29.36%
B=38.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7569910.180.2400.64256.3613.7531.37
Hex4B455B1218040100e1f
Octal113105133223001004001637
Binary100101110001011011011100101100001000000100000000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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