#46604E

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

Shades of Feldgrau #46604E

Tints of Feldgrau #46604E

Color information

#46604E (or 0x46604E) is unknown color: approx Feldgrau. HEX triplet: 46, 60 and 4E. RGB value is (70,96,78). Sum of RGB (Red+Green+Blue) = 70+96+78=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #46604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46604E is #B99FB1. Grayscale: #565656. Windows color (decimal): -12165042 or 5136454. OLE color: 5136454.

HSL color Cylindrical-coordinate representation of color #46604E: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46604E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB709678-
CMYK0.2700.190.62
HSL138.46º15.66%32.55%-
HSV(B)138.46º27.08%37.65%-
XYZ8.0810.228.75-
YUV86.17123.39116.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=28.69%
G=39.34%
B=31.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096780.2700.190.62138.4615.6632.55
Hex46604E1B0133E8a1021
Octal10614011633023762122041
Binary100011011000001001110110110100111111101000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46604E; }

 p { color: rgb(70,96,78); }

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

<style>
 a { background-color: #46604E; }

 a { background-color: rgb(70,96,78); }

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

<style>
 span { border-color: #46604E; }

 span { border-color: rgb(70,96,78); }

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