Html Css Color HEX #40463D Mallard

📋 copy color: '#40463D'

red 64 ◦ green 70 ◦ blue 61

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

Shades of Mallard #40463D

Tints of Mallard #40463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 32.82%
G = 35.9%
B = 31.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#40463D (or 0x40463D) is known color: Mallard. HEX triplet: 40, 46 and 3D. RGB value is (64,70,61). Sum of RGB (Red+Green+Blue) = 64+70+61=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 70 - color contains mainly: green. Hex color #40463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40463D is #BFB9C2. Grayscale: #434343. Windows color (decimal): -12564931 or 4015680. OLE color: 4015680.

HSL color Cylindrical-coordinate representation of color #40463D: hue angle of 100º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #40463D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 61 -
CMYK 0.09 0 0.13 0.73
HSL 100º 0.07% 0.26% -
HSV(B) 100º 0.13% 0.27% -
XYZ 5.15 5.81 5.26 -
YUV 67.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 64 70 61 0.09 0 0.13 0.73 100 0.07 0.26
Hex 40 46 3D 9 0 D 49 64 7 1A
Octal 100 106 75 11 0 15 111 144 7 32
Binary 1000000 1000110 111101 1001 0 1101 1001001 1100100 111 11010

Color Harmonies of #40463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40463D

Black with #40463D

Text Example


Text Example

White with #40463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40463D; }

 p { color: rgb(64,70,61); }

 H1.HeaderClassName
 {
   color: #40463D;
 }
 .AnyTagClassName
 {
   color: #40463D;
 }
</style>

background-color css

<style>
 a { background-color: #40463D; }

 a { background-color: rgb(64,70,61); }

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

border-color css

<style>
 span { border-color: #40463D; }

 span { border-color: rgb(64,70,61); }

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