#40463C

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

Shades of Mallard #40463C

Tints of Mallard #40463C

Color information

#40463C (or 0x40463C) is unknown color: approx Mallard. HEX triplet: 40, 46 and 3C. RGB value is (64,70,60). Sum of RGB (Red+Green+Blue) = 64+70+60=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 70 - color contains mainly: green. Hex color #40463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40463C is #BFB9C3. Grayscale: #434343. Windows color (decimal): -12564932 or 3950144. OLE color: 3950144.

HSL color Cylindrical-coordinate representation of color #40463C: hue angle of 96º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40463C is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB647060-
CMYK0.0900.140.73
HSL96º7.69%25.49%-
HSV(B)96º14.29%27.45%-
XYZ5.125.85.12-
YUV67.07124.01125.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=32.99%
G=36.08%
B=30.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470600.0900.140.73967.6925.49
Hex40463C90E4960819
Octal10010674110161111401031
Binary1000000100011011110010010111010010011100000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40463C; }

 p { color: rgb(64,70,60); }

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

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

 a { background-color: rgb(64,70,60); }

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

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

 span { border-color: rgb(64,70,60); }

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