#494840

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

Shades of Merlin #494840

Tints of Merlin #494840

Color information

#494840 (or 0x494840) is unknown color: approx Merlin. HEX triplet: 49, 48 and 40. RGB value is (73,72,64). Sum of RGB (Red+Green+Blue) = 73+72+64=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494840 is #B6B7BF. Grayscale: #474747. Windows color (decimal): -11974592 or 4212809. OLE color: 4212809.

HSL color Cylindrical-coordinate representation of color #494840: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494840 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB737264-
CMYK00.010.120.71
HSL53.33º6.57%26.86%-
HSV(B)53.33º12.33%28.63%-
XYZ5.996.425.77-
YUV71.39123.83129.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=34.93%
G=34.45%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73726400.010.120.7153.336.5726.86
Hex49484001C473571b
Octal111110100011410765733
Binary100100110010001000000011100100011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494840; }

 p { color: rgb(73,72,64); }

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

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

 a { background-color: rgb(73,72,64); }

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

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

 span { border-color: rgb(73,72,64); }

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