Html Css Color HEX #40463C Mallard

📋 copy color: '#40463C'

red 64 ◦ green 70 ◦ blue 60

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

Shades of Mallard #40463C

Tints of Mallard #40463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 32.99%
G = 36.08%
B = 30.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#40463C (or 0x40463C) is known color: Mallard. HEX triplet: 40, 46 and 3C. RGB value is (64,70,60). Sum of RGB (Red+Green+Blue) = 64+70+60=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 70 - color contains mainly: green. Hex color #40463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40463C is #BFB9C3. Grayscale: #434343. Windows color (decimal): -12564932 or 3950144. OLE color: 3950144.

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

Color convert

RGB 64 70 60 -
CMYK 0.09 0 0.14 0.73
HSL 96º 0.08% 0.25% -
HSV(B) 96º 0.14% 0.27% -
XYZ 5.12 5.8 5.12 -
YUV 67.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 64 70 60 0.09 0 0.14 0.73 96 0.08 0.25
Hex 40 46 3C 9 0 E 49 60 8 19
Octal 100 106 74 11 0 16 111 140 10 31
Binary 1000000 1000110 111100 1001 0 1110 1001001 1100000 1000 11001

Color Harmonies of #40463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40463C

Black with #40463C

Text Example


Text Example

White with #40463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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