#49473F

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

Shades of Merlin #49473F

Tints of Merlin #49473F

Color information

#49473F (or 0x49473F) is unknown color: approx Merlin. HEX triplet: 49, 47 and 3F. RGB value is (73,71,63). Sum of RGB (Red+Green+Blue) = 73+71+63=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #49473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473F is #B6B8C0. Grayscale: #464646. Windows color (decimal): -11974849 or 4147017. OLE color: 4147017.

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

Color convert

RGB737163-
CMYK00.030.140.71
HSL48º7.35%26.67%-
HSV(B)48º13.7%28.63%-
XYZ5.96.285.6-
YUV70.69123.66129.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 63 (25% from 255) = 30.43%
R=35.27%
G=34.30%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73716300.030.140.71487.3526.67
Hex49473F03E473071b
Octal11110777031610760733
Binary100100110001111111110111110100011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49473F; }

 p { color: rgb(73,71,63); }

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

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

 a { background-color: rgb(73,71,63); }

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

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

 span { border-color: rgb(73,71,63); }

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