#494844

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

Shades of Merlin #494844

Tints of Merlin #494844

Color information

#494844 (or 0x494844) is unknown color: approx Merlin. HEX triplet: 49, 48 and 44. RGB value is (73,72,68). Sum of RGB (Red+Green+Blue) = 73+72+68=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494844 is #B6B7BB. Grayscale: #474747. Windows color (decimal): -11974588 or 4474953. OLE color: 4474953.

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

Color convert

RGB737268-
CMYK00.010.070.71
HSL48º3.55%27.65%-
HSV(B)48º6.85%28.63%-
XYZ6.116.476.4-
YUV71.84125.83128.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=34.27%
G=33.80%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73726800.010.070.71483.5527.65
Hex494844017473041c
Octal11111010401710760434
Binary10010011001000100010001111100011111000010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494844; }

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

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

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

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

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

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

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

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