#474643

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

Shades of Merlin #474643

Tints of Merlin #474643

Color information

#474643 (or 0x474643) is unknown color: approx Merlin. HEX triplet: 47, 46 and 43. RGB value is (71,70,67). Sum of RGB (Red+Green+Blue) = 71+70+67=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474643 is #B8B9BC. Grayscale: #454545. Windows color (decimal): -12106173 or 4408903. OLE color: 4408903.

HSL color Cylindrical-coordinate representation of color #474643: hue angle of 45º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #474643 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB717067-
CMYK00.010.060.72
HSL45º2.9%27.06%-
HSV(B)45º5.63%27.84%-
XYZ5.86.136.19-
YUV69.96126.33128.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=34.13%
G=33.65%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71706700.010.060.72452.927.06
Hex474643016482d31b
Octal10710610301611055333
Binary1000111100011010000110111010010001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474643; }

 p { color: rgb(71,70,67); }

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

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

 a { background-color: rgb(71,70,67); }

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

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

 span { border-color: rgb(71,70,67); }

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