Html Css Color HEX #40423F Mallard

📋 copy color: '#40423F'

red 64 ◦ green 66 ◦ blue 63

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

Shades of Mallard #40423F

Tints of Mallard #40423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 33.16%
G = 34.2%
B = 32.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#40423F (or 0x40423F) is known color: Mallard. HEX triplet: 40, 42 and 3F. RGB value is (64,66,63). Sum of RGB (Red+Green+Blue) = 64+66+63=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 66 - color contains mainly: green. Hex color #40423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40423F is #BFBDC0. Grayscale: #414141. Windows color (decimal): -12565953 or 4145728. OLE color: 4145728.

HSL color Cylindrical-coordinate representation of color #40423F: hue angle of 100º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #40423F is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 63 -
CMYK 0.03 0 0.05 0.74
HSL 100º 0.02% 0.25% -
HSV(B) 100º 0.05% 0.26% -
XYZ 4.96 5.35 5.47 -
YUV 65.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 64 66 63 0.03 0 0.05 0.74 100 0.02 0.25
Hex 40 42 3F 3 0 5 4A 64 2 19
Octal 100 102 77 3 0 5 112 144 2 31
Binary 1000000 1000010 111111 11 0 101 1001010 1100100 10 11001

Color Harmonies of #40423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40423F

Black with #40423F

Text Example


Text Example

White with #40423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40423F; }

 p { color: rgb(64,66,63); }

 H1.HeaderClassName
 {
   color: #40423F;
 }
 .AnyTagClassName
 {
   color: #40423F;
 }
</style>

background-color css

<style>
 a { background-color: #40423F; }

 a { background-color: rgb(64,66,63); }

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

border-color css

<style>
 span { border-color: #40423F; }

 span { border-color: rgb(64,66,63); }

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