Html Css Color HEX #40664B Feldgrau

📋 copy color: '#40664B'

red 64 ◦ green 102 ◦ blue 75

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

Shades of Feldgrau #40664B

Tints of Feldgrau #40664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 26.56%
G = 42.32%
B = 31.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#40664B (or 0x40664B) is known color: Feldgrau. HEX triplet: 40, 66 and 4B. RGB value is (64,102,75). Sum of RGB (Red+Green+Blue) = 64+102+75=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #40664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40664B is #BF99B4. Grayscale: #575757. Windows color (decimal): -12556725 or 4941376. OLE color: 4941376.

HSL color Cylindrical-coordinate representation of color #40664B: hue angle of 137.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40664B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 75 -
CMYK 0.37 0 0.26 0.6
HSL 137.37º 0.23% 0.33% -
HSV(B) 137.37º 0.37% 0.4% -
XYZ 8.14 11.1 8.37 -
YUV 87.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 64 102 75 0.37 0 0.26 0.6 137.37 0.23 0.33
Hex 40 66 4B 25 0 1A 3C 89 17 21
Octal 100 146 113 45 0 32 74 211 27 41
Binary 1000000 1100110 1001011 100101 0 11010 111100 10001001 10111 100001

Color Harmonies of #40664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40664B

Black with #40664B

Text Example


Text Example

White with #40664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40664B; }

 p { color: rgb(64,102,75); }

 H1.HeaderClassName
 {
   color: #40664B;
 }
 .AnyTagClassName
 {
   color: #40664B;
 }
</style>

background-color css

<style>
 a { background-color: #40664B; }

 a { background-color: rgb(64,102,75); }

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

border-color css

<style>
 span { border-color: #40664B; }

 span { border-color: rgb(64,102,75); }

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