Html Css Color HEX #40473B Mallard

📋 copy color: '#40473B'

red 64 ◦ green 71 ◦ blue 59

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

Shades of Mallard #40473B

Tints of Mallard #40473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

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

R = 32.99%
G = 36.6%
B = 30.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#40473B (or 0x40473B) is known color: 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

RGB 64 71 59 -
CMYK 0.10 0 0.17 0.72
HSL 95º 0.09% 0.25% -
HSV(B) 95º 0.17% 0.28% -
XYZ 5.16 5.91 5.01 -
YUV 67.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 64 71 59 0.10 0 0.17 0.72 95 0.09 0.25
Hex 40 47 3B A 0 11 48 5F 9 19
Octal 100 107 73 12 0 21 110 137 11 31
Binary 1000000 1000111 111011 1010 0 10001 1001000 1011111 1001 11001

Color Harmonies of #40473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40473B

Black with #40473B

Text Example


Text Example

White with #40473B

Text Example


Text Example

HTML Codes & Css Web 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>