#40463A

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

Shades of Mallard #40463A

Tints of Mallard #40463A

Color information

#40463A (or 0x40463A) is unknown color: approx Mallard. HEX triplet: 40, 46 and 3A. RGB value is (64,70,58). Sum of RGB (Red+Green+Blue) = 64+70+58=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 70 - color contains mainly: green. Hex color #40463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40463A is #BFB9C5. Grayscale: #424242. Windows color (decimal): -12564934 or 3819072. OLE color: 3819072.

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

Color convert

RGB647058-
CMYK0.0900.170.73
HSL90º9.38%25.1%-
HSV(B)90º17.14%27.45%-
XYZ5.075.784.85-
YUV66.84123.01125.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=33.33%
G=36.46%
B=30.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470580.0900.170.73909.3825.1
Hex40463A9011495a919
Octal10010672110211111321131
Binary10000001000110111010100101000110010011011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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