#465E4D

Color #465E4D Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #465E4D

Tints of Feldgrau #465E4D

Color information

#465E4D (or 0x465E4D) is unknown color: approx Feldgrau. HEX triplet: 46, 5E and 4D. RGB value is (70,94,77). Sum of RGB (Red+Green+Blue) = 70+94+77=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #465E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E4D is #B9A1B2. Grayscale: #545454. Windows color (decimal): -12165555 or 5070406. OLE color: 5070406.

HSL color Cylindrical-coordinate representation of color #465E4D: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E4D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB709477-
CMYK0.2600.180.63
HSL137.5º14.63%32.16%-
HSV(B)137.5º25.53%36.86%-
XYZ7.879.848.51-
YUV84.89123.55117.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=29.05%
G=39.00%
B=31.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7094770.2600.180.63137.514.6332.16
Hex465E4D1A0123F8af20
Octal10613611532022772121740
Binary10001101011110100110111010010010111111100010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E4D; }

 p { color: rgb(70,94,77); }

 H1.HeaderClassName
 {
   color: #465E4D;
 }
 .AnyTagClassName
 {
   color: #465E4D;
 }
</style>
background-color css

<style>
 a { background-color: #465E4D; }

 a { background-color: rgb(70,94,77); }

 div.DivClassName
 {
   background-color: #465E4D;
 }
 .BgClassName
 {
   background-color: #465E4D;
 }
</style>
border-color css

<style>
 span { border-color: #465E4D; }

 span { border-color: rgb(70,94,77); }

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