#4B4650

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

Shades of Mulled Wine #4B4650

Tints of Mulled Wine #4B4650

Color information

#4B4650 (or 0x4B4650) is unknown color: approx Mulled Wine. HEX triplet: 4B, 46 and 50. RGB value is (75,70,80). Sum of RGB (Red+Green+Blue) = 75+70+80=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4650 is #B4B9AF. Grayscale: #484848. Windows color (decimal): -11844016 or 5260875. OLE color: 5260875.

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

Color convert

RGB757080-
CMYK0.060.1200.69
HSL270º6.67%29.41%-
HSV(B)270º12.5%31.37%-
XYZ6.546.468.49-
YUV72.64132.16129.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=33.33%
G=31.11%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7570800.060.1200.692706.6729.41
Hex4B46506C04510e71d
Octal1131061206140105416735
Binary10010111000110101000011011000100010110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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