#484741

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

Shades of Merlin #484741

Tints of Merlin #484741

Color information

#484741 (or 0x484741) is unknown color: approx Merlin. HEX triplet: 48, 47 and 41. RGB value is (72,71,65). Sum of RGB (Red+Green+Blue) = 72+71+65=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484741 is #B7B8BE. Grayscale: #464646. Windows color (decimal): -12040383 or 4278088. OLE color: 4278088.

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

Color convert

RGB727165-
CMYK00.010.100.72
HSL51.43º5.11%26.86%-
HSV(B)51.43º9.72%28.24%-
XYZ5.886.275.9-
YUV70.61124.83128.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=34.62%
G=34.13%
B=31.25%

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
Decimal72716500.010.100.7251.435.1126.86
Hex48474101A483351b
Octal110107101011211063533
Binary100100010001111000001011010100100011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484741; }

 p { color: rgb(72,71,65); }

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

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

 a { background-color: rgb(72,71,65); }

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

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

 span { border-color: rgb(72,71,65); }

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