#4B484E

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

Shades of Mulled Wine #4B484E

Tints of Mulled Wine #4B484E

Color information

#4B484E (or 0x4B484E) is unknown color: approx Mulled Wine. HEX triplet: 4B, 48 and 4E. RGB value is (75,72,78). Sum of RGB (Red+Green+Blue) = 75+72+78=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B484E is #B4B7B1. Grayscale: #494949. Windows color (decimal): -11843506 or 5130315. OLE color: 5130315.

HSL color Cylindrical-coordinate representation of color #4B484E: hue angle of 270º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4B484E is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB757278-
CMYK0.040.0800.69
HSL270º4%29.41%-
HSV(B)270º7.69%30.59%-
XYZ6.596.688.15-
YUV73.58130.49129.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=33.33%
G=32%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7572780.040.0800.69270429.41
Hex4B484E4804510e41d
Octal1131101164100105416435
Binary10010111001000100111010010000100010110000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,78); }

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

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

 a { background-color: rgb(75,72,78); }

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

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

 span { border-color: rgb(75,72,78); }

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