Html Css Color HEX #4B494F Mulled Wine

📋 copy color: '#4B494F'

red 75 ◦ green 73 ◦ blue 79

#4B494F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #4B494F

Tints of Mulled Wine #4B494F

RGB

 RED value IS 75 (29.69% from 255) = 33.04%

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 33.04%
G = 32.16%
B = 34.8%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B494F (or 0x4B494F) is known color: Mulled Wine. HEX triplet: 4B, 49 and 4F. RGB value is (75,73,79). Sum of RGB (Red+Green+Blue) = 75+73+79=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B494F is #B4B6B0. Grayscale: #4A4A4A. Windows color (decimal): -11843249 or 5196107. OLE color: 5196107.

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

Color convert

RGB 75 73 79 -
CMYK 0.05 0.08 0 0.69
HSL 260º 0.04% 0.3% -
HSV(B) 260º 0.08% 0.31% -
XYZ 6.7 6.83 8.36 -
YUV 74.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 75 73 79 0.05 0.08 0 0.69 260 0.04 0.3
Hex 4B 49 4F 5 8 0 45 104 4 1E
Octal 113 111 117 5 10 0 105 404 4 36
Binary 1001011 1001001 1001111 101 1000 0 1000101 100000100 100 11110

Color Harmonies of #4B494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B494F

Black with #4B494F

Text Example


Text Example

White with #4B494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B494F;
 }
 .AnyTagClassName
 {
   color: #4B494F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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