#46554C

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

Shades of Feldgrau #46554C

Tints of Feldgrau #46554C

Color information

#46554C (or 0x46554C) is unknown color: approx Feldgrau. HEX triplet: 46, 55 and 4C. RGB value is (70,85,76). Sum of RGB (Red+Green+Blue) = 70+85+76=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #46554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46554C is #B9AAB3. Grayscale: #4F4F4F. Windows color (decimal): -12167860 or 5002566. OLE color: 5002566.

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

Color convert

RGB708576-
CMYK0.1800.110.67
HSL144º9.68%30.39%-
HSV(B)144º17.65%33.33%-
XYZ7.088.328.07-
YUV79.49126.03121.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=30.30%
G=36.80%
B=32.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085760.1800.110.671449.6830.39
Hex46554C120B4390a1e
Octal106125114220131032201236
Binary1000110101010110011001001001011100001110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46554C; }

 p { color: rgb(70,85,76); }

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

<style>
 a { background-color: #46554C; }

 a { background-color: rgb(70,85,76); }

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

<style>
 span { border-color: #46554C; }

 span { border-color: rgb(70,85,76); }

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