Html Css Color HEX #40493B Mallard

📋 copy color: '#40493B'

red 64 ◦ green 73 ◦ blue 59

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

Shades of Mallard #40493B

Tints of Mallard #40493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 32.65%
G = 37.24%
B = 30.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#40493B (or 0x40493B) is known color: Mallard. HEX triplet: 40, 49 and 3B. RGB value is (64,73,59). Sum of RGB (Red+Green+Blue) = 64+73+59=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #40493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40493B is #BFB6C4. Grayscale: #444444. Windows color (decimal): -12564165 or 3885376. OLE color: 3885376.

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

Color convert

RGB 64 73 59 -
CMYK 0.12 0 0.19 0.71
HSL 98.57º 0.11% 0.26% -
HSV(B) 98.57º 0.19% 0.29% -
XYZ 5.29 6.17 5.05 -
YUV 68.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 64 73 59 0.12 0 0.19 0.71 98.57 0.11 0.26
Hex 40 49 3B C 0 13 47 63 B 1A
Octal 100 111 73 14 0 23 107 143 13 32
Binary 1000000 1001001 111011 1100 0 10011 1000111 1100011 1011 11010

Color Harmonies of #40493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40493B

Black with #40493B

Text Example


Text Example

White with #40493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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