#40473A

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

Shades of Mallard #40473A

Tints of Mallard #40473A

Color information

#40473A (or 0x40473A) is unknown color: approx Mallard. HEX triplet: 40, 47 and 3A. RGB value is (64,71,58). Sum of RGB (Red+Green+Blue) = 64+71+58=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #40473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40473A is #BFB8C5. Grayscale: #434343. Windows color (decimal): -12564678 or 3819328. OLE color: 3819328.

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

Color convert

RGB647158-
CMYK0.1000.180.72
HSL92.31º10.08%25.29%-
HSV(B)92.31º18.31%27.84%-
XYZ5.135.94.87-
YUV67.42122.68125.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=33.16%
G=36.79%
B=30.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471580.1000.180.7292.3110.0825.29
Hex40473AA012485ca19
Octal10010772120221101341231
Binary10000001000111111010101001001010010001011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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