Html Css Color HEX #4C4952 Mulled Wine

📋 copy color: '#4C4952'

red 76 ◦ green 73 ◦ blue 82

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

Shades of Mulled Wine #4C4952

Tints of Mulled Wine #4C4952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 32.9%
G = 31.6%
B = 35.5%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C4952 (or 0x4C4952) is known color: Mulled Wine. HEX triplet: 4C, 49 and 52. RGB value is (76,73,82). Sum of RGB (Red+Green+Blue) = 76+73+82=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4952 is #B3B6AD. Grayscale: #4A4A4A. Windows color (decimal): -11777710 or 5392716. OLE color: 5392716.

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

Color convert

RGB 76 73 82 -
CMYK 0.07 0.11 0 0.68
HSL 260º 0.06% 0.3% -
HSV(B) 260º 0.11% 0.32% -
XYZ 6.89 6.91 8.95 -
YUV 74.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 76 73 82 0.07 0.11 0 0.68 260 0.06 0.3
Hex 4C 49 52 7 B 0 44 104 6 1E
Octal 114 111 122 7 13 0 104 404 6 36
Binary 1001100 1001001 1010010 111 1011 0 1000100 100000100 110 11110

Color Harmonies of #4C4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4952

Black with #4C4952

Text Example


Text Example

White with #4C4952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,82); }

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

background-color css

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

 a { background-color: rgb(76,73,82); }

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

border-color css

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

 span { border-color: rgb(76,73,82); }

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