#48463E

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

Shades of Merlin #48463E

Tints of Merlin #48463E

Color information

#48463E (or 0x48463E) is unknown color: approx Merlin. HEX triplet: 48, 46 and 3E. RGB value is (72,70,62). Sum of RGB (Red+Green+Blue) = 72+70+62=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #48463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48463E is #B7B9C1. Grayscale: #454545. Windows color (decimal): -12040642 or 4081224. OLE color: 4081224.

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

Color convert

RGB727062-
CMYK00.030.140.72
HSL48º7.46%26.27%-
HSV(B)48º13.89%28.24%-
XYZ5.736.115.43-
YUV69.69123.66129.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=35.29%
G=34.31%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72706200.030.140.72487.4626.27
Hex48463E03E483071a
Octal11010676031611060732
Binary100100010001101111100111110100100011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48463E; }

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

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

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

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

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

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

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

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