#46534A

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

Shades of Feldgrau #46534A

Tints of Feldgrau #46534A

Color information

#46534A (or 0x46534A) is unknown color: approx Feldgrau. HEX triplet: 46, 53 and 4A. RGB value is (70,83,74). Sum of RGB (Red+Green+Blue) = 70+83+74=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #46534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46534A is #B9ACB5. Grayscale: #4E4E4E. Windows color (decimal): -12168374 or 4870982. OLE color: 4870982.

HSL color Cylindrical-coordinate representation of color #46534A: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534A is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB708374-
CMYK0.1600.110.67
HSL138.46º8.5%30%-
HSV(B)138.46º15.66%32.55%-
XYZ6.867.987.66-
YUV78.09125.69122.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=30.84%
G=36.56%
B=32.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083740.1600.110.67138.468.530
Hex46534A100B438a81e
Octal106123112200131032121036
Binary1000110101001110010101000001011100001110001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46534A; }

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

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

<style>
 a { background-color: #46534A; }

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

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

<style>
 span { border-color: #46534A; }

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

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