#4B484F

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

Shades of Mulled Wine #4B484F

Tints of Mulled Wine #4B484F

Color information

#4B484F (or 0x4B484F) is unknown color: approx Mulled Wine. HEX triplet: 4B, 48 and 4F. RGB value is (75,72,79). Sum of RGB (Red+Green+Blue) = 75+72+79=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B484F is #B4B7B0. Grayscale: #494949. Windows color (decimal): -11843505 or 5195851. OLE color: 5195851.

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

Color convert

RGB757279-
CMYK0.050.0900.69
HSL265.71º4.64%29.61%-
HSV(B)265.71º8.86%30.98%-
XYZ6.636.78.34-
YUV73.69130.99128.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=33.19%
G=31.86%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7572790.050.0900.69265.714.6429.61
Hex4B484F5904510a51e
Octal1131101175110105412536
Binary10010111001000100111110110010100010110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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