#4B455D

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

Shades of Mulled Wine #4B455D

Tints of Mulled Wine #4B455D

Color information

#4B455D (or 0x4B455D) is unknown color: approx Mulled Wine. HEX triplet: 4B, 45 and 5D. RGB value is (75,69,93). Sum of RGB (Red+Green+Blue) = 75+69+93=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B455D is #B4BAA2. Grayscale: #494949. Windows color (decimal): -11844259 or 6112587. OLE color: 6112587.

HSL color Cylindrical-coordinate representation of color #4B455D: hue angle of 255º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B455D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB756993-
CMYK0.190.2600.64
HSL255º14.81%31.76%-
HSV(B)255º25.81%36.47%-
XYZ7.016.5411.25-
YUV73.53138.99129.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=31.65%
G=29.11%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7569930.190.2600.6425514.8131.76
Hex4B455D131A040fff20
Octal113105135233201003771740
Binary100101110001011011101100111101001000000111111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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