#4B455A

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

Shades of Mulled Wine #4B455A

Tints of Mulled Wine #4B455A

Color information

#4B455A (or 0x4B455A) is unknown color: approx Mulled Wine. HEX triplet: 4B, 45 and 5A. RGB value is (75,69,90). Sum of RGB (Red+Green+Blue) = 75+69+90=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B455A is #B4BAA5. Grayscale: #494949. Windows color (decimal): -11844262 or 5915979. OLE color: 5915979.

HSL color Cylindrical-coordinate representation of color #4B455A: hue angle of 257.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B455A is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB756990-
CMYK0.170.2300.65
HSL257.14º13.21%31.18%-
HSV(B)257.14º23.33%35.29%-
XYZ6.886.4910.56-
YUV73.19137.49129.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=32.05%
G=29.49%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7569900.170.2300.65257.1413.2131.18
Hex4B455A1117041101d1f
Octal113105132212701014011537
Binary100101110001011011010100011011101000001100000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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