#484743

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

Shades of Merlin #484743

Tints of Merlin #484743

Color information

#484743 (or 0x484743) is unknown color: approx Merlin. HEX triplet: 48, 47 and 43. RGB value is (72,71,67). Sum of RGB (Red+Green+Blue) = 72+71+67=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484743 is #B7B8BC. Grayscale: #464646. Windows color (decimal): -12040381 or 4409160. OLE color: 4409160.

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

Color convert

RGB727167-
CMYK00.010.070.72
HSL48º3.6%27.25%-
HSV(B)48º6.94%28.24%-
XYZ5.946.296.21-
YUV70.84125.83128.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=34.29%
G=33.81%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72716700.010.070.72483.627.25
Hex484743017483041b
Octal11010710301711060433
Binary10010001000111100001101111100100011000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484743; }

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

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

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

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

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

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

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

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