Html Css Color HEX #40473F Grey-Asparagus

📋 copy color: '#40473F'

red 64 ◦ green 71 ◦ blue 63

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

Shades of Grey-Asparagus #40473F

Tints of Grey-Asparagus #40473F

RGB

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

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

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

R = 32.32%
G = 35.86%
B = 31.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#40473F (or 0x40473F) is known color: Grey-Asparagus. HEX triplet: 40, 47 and 3F. RGB value is (64,71,63). Sum of RGB (Red+Green+Blue) = 64+71+63=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #40473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40473F is #BFB8C0. Grayscale: #444444. Windows color (decimal): -12564673 or 4147008. OLE color: 4147008.

HSL color Cylindrical-coordinate representation of color #40473F: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40473F is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 63 -
CMYK 0.10 0 0.11 0.72
HSL 112.5º 0.06% 0.26% -
HSV(B) 112.5º 0.11% 0.28% -
XYZ 5.26 5.96 5.57 -
YUV 68 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 64 71 63 0.10 0 0.11 0.72 112.5 0.06 0.26
Hex 40 47 3F A 0 B 48 70 6 1A
Octal 100 107 77 12 0 13 110 160 6 32
Binary 1000000 1000111 111111 1010 0 1011 1001000 1110000 110 11010

Color Harmonies of #40473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40473F

Black with #40473F

Text Example


Text Example

White with #40473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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