#46453F

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

Shades of Merlin #46453F

Tints of Merlin #46453F

Color information

#46453F (or 0x46453F) is unknown color: approx Merlin. HEX triplet: 46, 45 and 3F. RGB value is (70,69,63). Sum of RGB (Red+Green+Blue) = 70+69+63=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 70 - color contains mainly: red. Hex color #46453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46453F is #B9BAC0. Grayscale: #444444. Windows color (decimal): -12171969 or 4146502. OLE color: 4146502.

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

Color convert

RGB706963-
CMYK00.010.100.73
HSL51.43º5.26%26.08%-
HSV(B)51.43º10%27.45%-
XYZ5.555.925.55-
YUV68.61124.83128.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 63 (25% from 255) = 31.19%
R=34.65%
G=34.16%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70696300.010.100.7351.435.2626.08
Hex46453F01A493351a
Octal10610577011211163532
Binary10001101000101111111011010100100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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