#46594C

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

Shades of Feldgrau #46594C

Tints of Feldgrau #46594C

Color information

#46594C (or 0x46594C) is unknown color: approx Feldgrau. HEX triplet: 46, 59 and 4C. RGB value is (70,89,76). Sum of RGB (Red+Green+Blue) = 70+89+76=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #46594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46594C is #B9A6B3. Grayscale: #515151. Windows color (decimal): -12166836 or 5003590. OLE color: 5003590.

HSL color Cylindrical-coordinate representation of color #46594C: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46594C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB708976-
CMYK0.2100.150.65
HSL138.95º11.95%31.18%-
HSV(B)138.95º21.35%34.9%-
XYZ7.48.978.18-
YUV81.84124.71119.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=29.79%
G=37.87%
B=32.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089760.2100.150.65138.9511.9531.18
Hex46594C150F418bc1f
Octal106131114250171012131437
Binary1000110101100110011001010101111100000110001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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