#484640

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

Shades of Merlin #484640

Tints of Merlin #484640

Color information

#484640 (or 0x484640) is unknown color: approx Merlin. HEX triplet: 48, 46 and 40. RGB value is (72,70,64). Sum of RGB (Red+Green+Blue) = 72+70+64=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484640 is #B7B9BF. Grayscale: #454545. Windows color (decimal): -12040640 or 4212296. OLE color: 4212296.

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

Color convert

RGB727064-
CMYK00.030.110.72
HSL45º5.88%26.67%-
HSV(B)45º11.11%28.24%-
XYZ5.796.135.73-
YUV69.91124.66129.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=34.95%
G=33.98%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72706400.030.110.72455.8826.67
Hex48464003B482d61b
Octal110106100031311055633
Binary1001000100011010000000111011100100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484640; }

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

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

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

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

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

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

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

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