#46614E

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

Shades of Feldgrau #46614E

Tints of Feldgrau #46614E

Color information

#46614E (or 0x46614E) is unknown color: approx Feldgrau. HEX triplet: 46, 61 and 4E. RGB value is (70,97,78). Sum of RGB (Red+Green+Blue) = 70+97+78=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #46614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46614E is #B99EB1. Grayscale: #565656. Windows color (decimal): -12164786 or 5136710. OLE color: 5136710.

HSL color Cylindrical-coordinate representation of color #46614E: hue angle of 137.78º 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 #46614E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB709778-
CMYK0.2800.200.62
HSL137.78º16.17%32.75%-
HSV(B)137.78º27.84%38.04%-
XYZ8.1810.48.78-
YUV86.76123.05116.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=28.57%
G=39.59%
B=31.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097780.2800.200.62137.7816.1732.75
Hex46614E1C0143E8a1021
Octal10614111634024762122041
Binary100011011000011001110111000101001111101000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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