#40463B

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

Shades of Mallard #40463B

Tints of Mallard #40463B

Color information

#40463B (or 0x40463B) is unknown color: approx Mallard. HEX triplet: 40, 46 and 3B. RGB value is (64,70,59). Sum of RGB (Red+Green+Blue) = 64+70+59=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #40463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40463B is #BFB9C4. Grayscale: #424242. Windows color (decimal): -12564933 or 3884608. OLE color: 3884608.

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

Color convert

RGB647059-
CMYK0.0900.160.73
HSL92.73º8.53%25.29%-
HSV(B)92.73º15.71%27.45%-
XYZ5.095.794.99-
YUV66.95123.51125.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=33.16%
G=36.27%
B=30.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470590.0900.160.7392.738.5325.29
Hex40463B9010495d919
Octal10010673110201111351131
Binary10000001000110111011100101000010010011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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