Html Css Color HEX #4F4E46 Merlin

📋 copy color: '#4F4E46'

red 79 ◦ green 78 ◦ blue 70

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

Shades of Merlin #4F4E46

Tints of Merlin #4F4E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 34.8%
G = 34.36%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4F4E46 (or 0x4F4E46) is known color: Merlin. HEX triplet: 4F, 4E and 46. RGB value is (79,78,70). Sum of RGB (Red+Green+Blue) = 79+78+70=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E46 is #B0B1B9. Grayscale: #4D4D4D. Windows color (decimal): -11579834 or 4607567. OLE color: 4607567.

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

Color convert

RGB 79 78 70 -
CMYK 0 0.01 0.11 0.69
HSL 53.33º 0.06% 0.29% -
HSV(B) 53.33º 0.11% 0.31% -
XYZ 7.05 7.55 6.88 -
YUV 77.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 79 78 70 0 0.01 0.11 0.69 53.33 0.06 0.29
Hex 4F 4E 46 0 1 B 45 35 6 1D
Octal 117 116 106 0 1 13 105 65 6 35
Binary 1001111 1001110 1000110 0 1 1011 1000101 110101 110 11101

Color Harmonies of #4F4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4E46

Black with #4F4E46

Text Example


Text Example

White with #4F4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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