Html Css Color HEX #40674F Feldgrau

📋 copy color: '#40674F'

red 64 ◦ green 103 ◦ blue 79

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

Shades of Feldgrau #40674F

Tints of Feldgrau #40674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 26.02%
G = 41.87%
B = 32.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#40674F (or 0x40674F) is known color: Feldgrau. HEX triplet: 40, 67 and 4F. RGB value is (64,103,79). Sum of RGB (Red+Green+Blue) = 64+103+79=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #40674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40674F is #BF98B0. Grayscale: #585858. Windows color (decimal): -12556465 or 5203776. OLE color: 5203776.

HSL color Cylindrical-coordinate representation of color #40674F: hue angle of 143.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40674F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 79 -
CMYK 0.38 0 0.23 0.60
HSL 143.08º 0.23% 0.33% -
HSV(B) 143.08º 0.38% 0.4% -
XYZ 8.38 11.36 9.15 -
YUV 88.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 64 103 79 0.38 0 0.23 0.60 143.08 0.23 0.33
Hex 40 67 4F 26 0 17 3C 8F 17 21
Octal 100 147 117 46 0 27 74 217 27 41
Binary 1000000 1100111 1001111 100110 0 10111 111100 10001111 10111 100001

Color Harmonies of #40674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40674F

Black with #40674F

Text Example


Text Example

White with #40674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,103,79); }

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

background-color css

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

 a { background-color: rgb(64,103,79); }

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

border-color css

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

 span { border-color: rgb(64,103,79); }

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