Html Css Color HEX #40473A Mallard

📋 copy color: '#40473A'

red 64 ◦ green 71 ◦ blue 58

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

Shades of Mallard #40473A

Tints of Mallard #40473A

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 64 71 58 -
CMYK 0.10 0 0.18 0.72
HSL 92.31º 0.1% 0.25% -
HSV(B) 92.31º 0.18% 0.28% -
XYZ 5.13 5.9 4.87 -
YUV 67.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 64 71 58 0.10 0 0.18 0.72 92.31 0.1 0.25
Hex 40 47 3A A 0 12 48 5C A 19
Octal 100 107 72 12 0 22 110 134 12 31
Binary 1000000 1000111 111010 1010 0 10010 1001000 1011100 1010 11001

Color Harmonies of #40473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40473A

Black with #40473A

Text Example


Text Example

White with #40473A

Text Example


Text Example

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