#4B4850

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

Shades of Mulled Wine #4B4850

Tints of Mulled Wine #4B4850

Color information

#4B4850 (or 0x4B4850) is unknown color: approx Mulled Wine. HEX triplet: 4B, 48 and 50. RGB value is (75,72,80). Sum of RGB (Red+Green+Blue) = 75+72+80=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4850 is #B4B7AF. Grayscale: #494949. Windows color (decimal): -11843504 or 5261387. OLE color: 5261387.

HSL color Cylindrical-coordinate representation of color #4B4850: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B4850 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB757280-
CMYK0.060.1000.69
HSL262.5º5.26%29.8%-
HSV(B)262.5º10%31.37%-
XYZ6.676.718.53-
YUV73.81131.49128.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=33.04%
G=31.72%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7572800.060.1000.69262.55.2629.8
Hex4B48506A04510651e
Octal1131101206120105406536
Binary10010111001000101000011010100100010110000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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