Html Css Color HEX #4C4A52 Mulled Wine

📋 copy color: '#4C4A52'

red 76 ◦ green 74 ◦ blue 82

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

Shades of Mulled Wine #4C4A52

Tints of Mulled Wine #4C4A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

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

R = 32.76%
G = 31.9%
B = 35.34%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C4A52 (or 0x4C4A52) is known color: Mulled Wine. HEX triplet: 4C, 4A and 52. RGB value is (76,74,82). Sum of RGB (Red+Green+Blue) = 76+74+82=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C4A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A52 is #B3B5AD. Grayscale: #4B4B4B. Windows color (decimal): -11777454 or 5392972. OLE color: 5392972.

HSL color Cylindrical-coordinate representation of color #4C4A52: hue angle of 255º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4C4A52 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 74 82 -
CMYK 0.07 0.10 0 0.68
HSL 255º 0.05% 0.31% -
HSV(B) 255º 0.1% 0.32% -
XYZ 6.95 7.04 8.98 -
YUV 75.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 76 74 82 0.07 0.10 0 0.68 255 0.05 0.31
Hex 4C 4A 52 7 A 0 44 FF 5 1F
Octal 114 112 122 7 12 0 104 377 5 37
Binary 1001100 1001010 1010010 111 1010 0 1000100 11111111 101 11111

Color Harmonies of #4C4A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4A52

Black with #4C4A52

Text Example


Text Example

White with #4C4A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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