#4B4257

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

Shades of Mulled Wine #4B4257

Tints of Mulled Wine #4B4257

Color information

#4B4257 (or 0x4B4257) is unknown color: approx Mulled Wine. HEX triplet: 4B, 42 and 57. RGB value is (75,66,87). Sum of RGB (Red+Green+Blue) = 75+66+87=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4257 is #B4BDA8. Grayscale: #474747. Windows color (decimal): -11845033 or 5718603. OLE color: 5718603.

HSL color Cylindrical-coordinate representation of color #4B4257: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B4257 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB756687-
CMYK0.140.2400.66
HSL265.71º13.73%30%-
HSV(B)265.71º24.14%34.12%-
XYZ6.576.089.84-
YUV71.09136.98130.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=32.89%
G=28.95%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7566870.140.2400.66265.7113.7330
Hex4B4257E1804210ae1e
Octal113102127163001024121636
Binary10010111000010101011111101100001000010100001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,87); }

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

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

 a { background-color: rgb(75,66,87); }

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

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

 span { border-color: rgb(75,66,87); }

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