Html Css Color HEX #406A4E Feldgrau

📋 copy color: '#406A4E'

red 64 ◦ green 106 ◦ blue 78

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

Shades of Feldgrau #406A4E

Tints of Feldgrau #406A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.74%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 25.81%
G = 42.74%
B = 31.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#406A4E (or 0x406A4E) is known color: Feldgrau. HEX triplet: 40, 6A and 4E. RGB value is (64,106,78). Sum of RGB (Red+Green+Blue) = 64+106+78=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #406A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A4E is #BF95B1. Grayscale: #5A5A5A. Windows color (decimal): -12555698 or 5139008. OLE color: 5139008.

HSL color Cylindrical-coordinate representation of color #406A4E: hue angle of 140º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A4E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 78 -
CMYK 0.40 0 0.26 0.58
HSL 140º 0.25% 0.33% -
HSV(B) 140º 0.4% 0.42% -
XYZ 8.64 11.95 9.06 -
YUV 90.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 64 106 78 0.40 0 0.26 0.58 140 0.25 0.33
Hex 40 6A 4E 28 0 1A 3A 8C 19 21
Octal 100 152 116 50 0 32 72 214 31 41
Binary 1000000 1101010 1001110 101000 0 11010 111010 10001100 11001 100001

Color Harmonies of #406A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A4E

Black with #406A4E

Text Example


Text Example

White with #406A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A4E; }

 p { color: rgb(64,106,78); }

 H1.HeaderClassName
 {
   color: #406A4E;
 }
 .AnyTagClassName
 {
   color: #406A4E;
 }
</style>

background-color css

<style>
 a { background-color: #406A4E; }

 a { background-color: rgb(64,106,78); }

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

border-color css

<style>
 span { border-color: #406A4E; }

 span { border-color: rgb(64,106,78); }

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