Html Css Color HEX #4B4750 Mulled Wine

📋 copy color: '#4B4750'

red 75 ◦ green 71 ◦ blue 80

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

Shades of Mulled Wine #4B4750

Tints of Mulled Wine #4B4750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 33.19%
G = 31.42%
B = 35.4%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B4750 (or 0x4B4750) is known color: Mulled Wine. HEX triplet: 4B, 47 and 50. RGB value is (75,71,80). Sum of RGB (Red+Green+Blue) = 75+71+80=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4750 is #B4B8AF. Grayscale: #494949. Windows color (decimal): -11843760 or 5261131. OLE color: 5261131.

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

Color convert

RGB 75 71 80 -
CMYK 0.06 0.11 0 0.69
HSL 266.67º 0.06% 0.3% -
HSV(B) 266.67º 0.11% 0.31% -
XYZ 6.6 6.58 8.51 -
YUV 73.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 75 71 80 0.06 0.11 0 0.69 266.67 0.06 0.3
Hex 4B 47 50 6 B 0 45 10B 6 1E
Octal 113 107 120 6 13 0 105 413 6 36
Binary 1001011 1000111 1010000 110 1011 0 1000101 100001011 110 11110

Color Harmonies of #4B4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4750

Black with #4B4750

Text Example


Text Example

White with #4B4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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