#4B484D

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

Shades of Mulled Wine #4B484D

Tints of Mulled Wine #4B484D

Color information

#4B484D (or 0x4B484D) is unknown color: approx Mulled Wine. HEX triplet: 4B, 48 and 4D. RGB value is (75,72,77). Sum of RGB (Red+Green+Blue) = 75+72+77=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B484D is #B4B7B2. Grayscale: #494949. Windows color (decimal): -11843507 or 5064779. OLE color: 5064779.

HSL color Cylindrical-coordinate representation of color #4B484D: hue angle of 276º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4B484D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB757277-
CMYK0.030.0600.70
HSL276º3.36%29.22%-
HSV(B)276º6.49%30.2%-
XYZ6.566.677.96-
YUV73.47129.99129.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=33.48%
G=32.14%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7572770.030.0600.702763.3629.22
Hex4B484D3604611431d
Octal113110115360106424335
Binary10010111001000100110111110010001101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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