Html Css Color HEX #4F4A56 Mulled Wine

📋 copy color: '#4F4A56'

red 79 ◦ green 74 ◦ blue 86

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

Shades of Mulled Wine #4F4A56

Tints of Mulled Wine #4F4A56

RGB

 RED value IS 79 (31.25% from 255) = 33.05%

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

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 33.05%
G = 30.96%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4F4A56 (or 0x4F4A56) is known color: Mulled Wine. HEX triplet: 4F, 4A and 56. RGB value is (79,74,86). Sum of RGB (Red+Green+Blue) = 79+74+86=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A56 is #B0B5A9. Grayscale: #4C4C4C. Windows color (decimal): -11580842 or 5655119. OLE color: 5655119.

HSL color Cylindrical-coordinate representation of color #4F4A56: hue angle of 265º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4A56 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 74 86 -
CMYK 0.08 0.14 0 0.66
HSL 265º 0.08% 0.31% -
HSV(B) 265º 0.14% 0.34% -
XYZ 7.35 7.23 9.81 -
YUV 76.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 79 74 86 0.08 0.14 0 0.66 265 0.08 0.31
Hex 4F 4A 56 8 E 0 42 109 8 1F
Octal 117 112 126 10 16 0 102 411 10 37
Binary 1001111 1001010 1010110 1000 1110 0 1000010 100001001 1000 11111

Color Harmonies of #4F4A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A56

Black with #4F4A56

Text Example


Text Example

White with #4F4A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,74,86); }

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

background-color css

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

 a { background-color: rgb(79,74,86); }

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

border-color css

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

 span { border-color: rgb(79,74,86); }

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