#4F4E44

Color #4F4E44 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #4F4E44

Tints of Merlin #4F4E44

Color information

#4F4E44 (or 0x4F4E44) is unknown color: approx Merlin. HEX triplet: 4F, 4E and 44. RGB value is (79,78,68). Sum of RGB (Red+Green+Blue) = 79+78+68=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E44 is #B0B1BB. Grayscale: #4D4D4D. Windows color (decimal): -11579836 or 4476495. OLE color: 4476495.

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

Color convert

RGB797868-
CMYK00.010.140.69
HSL54.55º7.48%28.82%-
HSV(B)54.55º13.92%30.98%-
XYZ6.997.536.55-
YUV77.16122.83129.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=35.11%
G=34.67%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79786800.010.140.6954.557.4828.82
Hex4F4E4401E453771d
Octal117116104011610567735
Binary100111110011101000100011110100010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F4E44;
 }
 .AnyTagClassName
 {
   color: #4F4E44;
 }
</style>
background-color css

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

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

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

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

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

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