Html Css Color HEX #40493A Mallard

📋 copy color: '#40493A'

red 64 ◦ green 73 ◦ blue 58

#40493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #40493A

Tints of Mallard #40493A

RGB

 RED value IS 64 (25.39% from 255) = 32.82%

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 32.82%
G = 37.44%
B = 29.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#40493A (or 0x40493A) is known color: Mallard. HEX triplet: 40, 49 and 3A. RGB value is (64,73,58). Sum of RGB (Red+Green+Blue) = 64+73+58=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #40493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493A is #BFB6C5. Grayscale: #444444. Windows color (decimal): -12564166 or 3819840. OLE color: 3819840.

HSL color Cylindrical-coordinate representation of color #40493A: hue angle of 96º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #40493A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 58 -
CMYK 0.12 0 0.21 0.71
HSL 96º 0.11% 0.26% -
HSV(B) 96º 0.21% 0.29% -
XYZ 5.26 6.16 4.91 -
YUV 68.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 64 73 58 0.12 0 0.21 0.71 96 0.11 0.26
Hex 40 49 3A C 0 15 47 60 B 1A
Octal 100 111 72 14 0 25 107 140 13 32
Binary 1000000 1001001 111010 1100 0 10101 1000111 1100000 1011 11010

Color Harmonies of #40493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40493A

Black with #40493A

Text Example


Text Example

White with #40493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40493A;
 }
 .AnyTagClassName
 {
   color: #40493A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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