#404A33

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

Shades of Mallard #404A33

Tints of Mallard #404A33

Color information

#404A33 (or 0x404A33) is unknown color: approx Mallard. HEX triplet: 40, 4A and 33. RGB value is (64,74,51). Sum of RGB (Red+Green+Blue) = 64+74+51=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #404A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A33 is #BFB5CC. Grayscale: #444444. Windows color (decimal): -12563917 or 3361344. OLE color: 3361344.

HSL color Cylindrical-coordinate representation of color #404A33: hue angle of 86.09º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404A33 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB647451-
CMYK0.1400.310.71
HSL86.09º18.4%24.51%-
HSV(B)86.09º31.08%29.02%-
XYZ5.166.234.06-
YUV68.39118.19124.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=33.86%
G=39.15%
B=26.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474510.1400.310.7186.0918.424.51
Hex404A33E01F47561219
Octal10011263160371071262231
Binary100000010010101100111110011111100011110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A33; }

 p { color: rgb(64,74,51); }

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

<style>
 a { background-color: #404A33; }

 a { background-color: rgb(64,74,51); }

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

<style>
 span { border-color: #404A33; }

 span { border-color: rgb(64,74,51); }

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