#46614F

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

Shades of Feldgrau #46614F

Tints of Feldgrau #46614F

Color information

#46614F (or 0x46614F) is unknown color: approx Feldgrau. HEX triplet: 46, 61 and 4F. RGB value is (70,97,79). Sum of RGB (Red+Green+Blue) = 70+97+79=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #46614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46614F is #B99EB0. Grayscale: #565656. Windows color (decimal): -12164785 or 5202246. OLE color: 5202246.

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

Color convert

RGB709779-
CMYK0.2800.190.62
HSL140º16.17%32.75%-
HSV(B)140º27.84%38.04%-
XYZ8.2110.428.97-
YUV86.88123.55115.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=28.46%
G=39.43%
B=32.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097790.2800.190.6214016.1732.75
Hex46614F1C0133E8c1021
Octal10614111734023762142041
Binary100011011000011001111111000100111111101000110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46614F; }

 p { color: rgb(70,97,79); }

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

<style>
 a { background-color: #46614F; }

 a { background-color: rgb(70,97,79); }

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

<style>
 span { border-color: #46614F; }

 span { border-color: rgb(70,97,79); }

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