#466A53

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

Shades of Feldgrau #466A53

Tints of Feldgrau #466A53

Color information

#466A53 (or 0x466A53) is unknown color: approx Feldgrau. HEX triplet: 46, 6A and 53. RGB value is (70,106,83). Sum of RGB (Red+Green+Blue) = 70+106+83=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #466A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A53 is #B995AC. Grayscale: #5C5C5C. Windows color (decimal): -12162477 or 5466694. OLE color: 5466694.

HSL color Cylindrical-coordinate representation of color #466A53: hue angle of 141.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A53 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB7010683-
CMYK0.3400.220.58
HSL141.67º20.45%34.51%-
HSV(B)141.67º33.96%41.57%-
XYZ9.2412.2310.06-
YUV92.61122.57111.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=27.03%
G=40.93%
B=32.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106830.3400.220.58141.6720.4534.51
Hex466A53220163A8e1423
Octal10615212342026722162443
Binary1000110110101010100111000100101101110101000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A53; }

 p { color: rgb(70,106,83); }

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

<style>
 a { background-color: #466A53; }

 a { background-color: rgb(70,106,83); }

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

<style>
 span { border-color: #466A53; }

 span { border-color: rgb(70,106,83); }

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