Html Css Color HEX #4F4E49 Merlin

📋 copy color: '#4F4E49'

red 79 ◦ green 78 ◦ blue 73

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

Shades of Merlin #4F4E49

Tints of Merlin #4F4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.91%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 34.35%
G = 33.91%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F4E49 (or 0x4F4E49) is known color: Merlin. HEX triplet: 4F, 4E and 49. RGB value is (79,78,73). Sum of RGB (Red+Green+Blue) = 79+78+73=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E49 is #B0B1B6. Grayscale: #4D4D4D. Windows color (decimal): -11579831 or 4804175. OLE color: 4804175.

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

Color convert

RGB 79 78 73 -
CMYK 0 0.01 0.08 0.69
HSL 50º 0.04% 0.3% -
HSV(B) 50º 0.08% 0.31% -
XYZ 7.15 7.59 7.39 -
YUV 77.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 79 78 73 0 0.01 0.08 0.69 50 0.04 0.3
Hex 4F 4E 49 0 1 8 45 32 4 1E
Octal 117 116 111 0 1 10 105 62 4 36
Binary 1001111 1001110 1001001 0 1 1000 1000101 110010 100 11110

Color Harmonies of #4F4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4E49

Black with #4F4E49

Text Example


Text Example

White with #4F4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,78,73); }

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

background-color css

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

 a { background-color: rgb(79,78,73); }

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

border-color css

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

 span { border-color: rgb(79,78,73); }

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