#4B4751

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

Shades of Mulled Wine #4B4751

Tints of Mulled Wine #4B4751

Color information

#4B4751 (or 0x4B4751) is unknown color: approx Mulled Wine. HEX triplet: 4B, 47 and 51. RGB value is (75,71,81). Sum of RGB (Red+Green+Blue) = 75+71+81=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4751 is #B4B8AE. Grayscale: #494949. Windows color (decimal): -11843759 or 5326667. OLE color: 5326667.

HSL color Cylindrical-coordinate representation of color #4B4751: hue angle of 264º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4751 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB757181-
CMYK0.070.1200.68
HSL264º6.58%29.8%-
HSV(B)264º12.35%31.76%-
XYZ6.646.68.71-
YUV73.34132.33129.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=33.04%
G=31.28%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7571810.070.1200.682646.5829.8
Hex4B47517C04410871e
Octal1131071217140104410736
Binary10010111000111101000111111000100010010000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,81); }

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

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

 a { background-color: rgb(75,71,81); }

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

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

 span { border-color: rgb(75,71,81); }

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