#40473B

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

Shades of Mallard #40473B

Tints of Mallard #40473B

Color information

#40473B (or 0x40473B) is unknown color: approx Mallard. HEX triplet: 40, 47 and 3B. RGB value is (64,71,59). Sum of RGB (Red+Green+Blue) = 64+71+59=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #40473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40473B is #BFB8C4. Grayscale: #434343. Windows color (decimal): -12564677 or 3884864. OLE color: 3884864.

HSL color Cylindrical-coordinate representation of color #40473B: hue angle of 95º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40473B is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB647159-
CMYK0.1000.170.72
HSL95º9.23%25.49%-
HSV(B)95º16.9%27.84%-
XYZ5.165.915.01-
YUV67.54123.18125.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=32.99%
G=36.60%
B=30.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471590.1000.170.72959.2325.49
Hex40473BA011485f919
Octal10010773120211101371131
Binary10000001000111111011101001000110010001011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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