#46453E

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

Shades of Merlin #46453E

Tints of Merlin #46453E

Color information

#46453E (or 0x46453E) is unknown color: approx Merlin. HEX triplet: 46, 45 and 3E. RGB value is (70,69,62). Sum of RGB (Red+Green+Blue) = 70+69+62=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 70 - color contains mainly: red. Hex color #46453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46453E is #B9BAC1. Grayscale: #444444. Windows color (decimal): -12171970 or 4080966. OLE color: 4080966.

HSL color Cylindrical-coordinate representation of color #46453E: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #46453E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB706962-
CMYK00.010.110.73
HSL52.5º6.06%25.88%-
HSV(B)52.5º11.43%27.45%-
XYZ5.525.915.41-
YUV68.5124.33129.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=34.83%
G=34.33%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70696200.010.110.7352.56.0625.88
Hex46453E01B493561a
Octal10610576011311165632
Binary10001101000101111110011011100100111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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