#46524A

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

Shades of Feldgrau #46524A

Tints of Feldgrau #46524A

Color information

#46524A (or 0x46524A) is unknown color: approx Feldgrau. HEX triplet: 46, 52 and 4A. RGB value is (70,82,74). Sum of RGB (Red+Green+Blue) = 70+82+74=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #46524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46524A is #B9ADB5. Grayscale: #4D4D4D. Windows color (decimal): -12168630 or 4870726. OLE color: 4870726.

HSL color Cylindrical-coordinate representation of color #46524A: hue angle of 140º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #46524A is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB708274-
CMYK0.1500.100.68
HSL140º7.89%29.8%-
HSV(B)140º14.63%32.16%-
XYZ6.787.837.63-
YUV77.5126.02122.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=30.97%
G=36.28%
B=32.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082740.1500.100.681407.8929.8
Hex46524AF0A448c81e
Octal106122112170121042141036
Binary100011010100101001010111101010100010010001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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