#4B455C

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

Shades of Mulled Wine #4B455C

Tints of Mulled Wine #4B455C

Color information

#4B455C (or 0x4B455C) is unknown color: approx Mulled Wine. HEX triplet: 4B, 45 and 5C. RGB value is (75,69,92). Sum of RGB (Red+Green+Blue) = 75+69+92=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B455C is #B4BAA3. Grayscale: #494949. Windows color (decimal): -11844260 or 6047051. OLE color: 6047051.

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

Color convert

RGB756992-
CMYK0.180.2500.64
HSL255.65º14.29%31.57%-
HSV(B)255.65º25%36.08%-
XYZ6.966.5211.02-
YUV73.42138.49129.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=31.78%
G=29.24%
B=38.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7569920.180.2500.64255.6514.2931.57
Hex4B455C1219040100e20
Octal113105134223101004001640
Binary1001011100010110111001001011001010000001000000001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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