#474640

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

Shades of Merlin #474640

Tints of Merlin #474640

Color information

#474640 (or 0x474640) is unknown color: approx Merlin. HEX triplet: 47, 46 and 40. RGB value is (71,70,64). Sum of RGB (Red+Green+Blue) = 71+70+64=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474640 is #B8B9BF. Grayscale: #454545. Windows color (decimal): -12106176 or 4212295. OLE color: 4212295.

HSL color Cylindrical-coordinate representation of color #474640: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474640 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB717064-
CMYK00.010.100.72
HSL51.43º5.19%26.47%-
HSV(B)51.43º9.86%27.84%-
XYZ5.716.095.72-
YUV69.61124.83128.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=34.63%
G=34.15%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71706400.010.100.7251.435.1926.47
Hex47464001A483351a
Octal107106100011211063532
Binary100011110001101000000011010100100011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474640; }

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

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

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

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

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

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

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

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