#494843

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

Shades of Merlin #494843

Tints of Merlin #494843

Color information

#494843 (or 0x494843) is unknown color: approx Merlin. HEX triplet: 49, 48 and 43. RGB value is (73,72,67). Sum of RGB (Red+Green+Blue) = 73+72+67=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 73 - color contains mainly: red. Hex color #494843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494843 is #B6B7BC. Grayscale: #474747. Windows color (decimal): -11974589 or 4409417. OLE color: 4409417.

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

Color convert

RGB737267-
CMYK00.010.080.71
HSL50º4.29%27.45%-
HSV(B)50º8.22%28.63%-
XYZ6.086.466.24-
YUV71.73125.33128.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=34.43%
G=33.96%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73726700.010.080.71504.2927.45
Hex494843018473241b
Octal111110103011010762433
Binary100100110010001000011011000100011111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494843; }

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

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

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

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

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

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

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

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