Html Css Color HEX #4C4750 Mulled Wine

📋 copy color: '#4C4750'

red 76 ◦ green 71 ◦ blue 80

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

Shades of Mulled Wine #4C4750

Tints of Mulled Wine #4C4750

RGB

 RED value IS 76 (30.08% from 255) = 33.48%

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

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

R = 33.48%
G = 31.28%
B = 35.24%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C4750 (or 0x4C4750) is known color: Mulled Wine. HEX triplet: 4C, 47 and 50. RGB value is (76,71,80). Sum of RGB (Red+Green+Blue) = 76+71+80=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4750 is #B3B8AF. Grayscale: #494949. Windows color (decimal): -11778224 or 5261132. OLE color: 5261132.

HSL color Cylindrical-coordinate representation of color #4C4750: hue angle of 273.33º 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 #4C4750 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 71 80 -
CMYK 0.05 0.11 0 0.69
HSL 273.33º 0.06% 0.3% -
HSV(B) 273.33º 0.11% 0.31% -
XYZ 6.68 6.62 8.52 -
YUV 73.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 76 71 80 0.05 0.11 0 0.69 273.33 0.06 0.3
Hex 4C 47 50 5 B 0 45 111 6 1E
Octal 114 107 120 5 13 0 105 421 6 36
Binary 1001100 1000111 1010000 101 1011 0 1000101 100010001 110 11110

Color Harmonies of #4C4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4750

Black with #4C4750

Text Example


Text Example

White with #4C4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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