#466151

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

Shades of Feldgrau #466151

Tints of Feldgrau #466151

Color information

#466151 (or 0x466151) is unknown color: approx Feldgrau. HEX triplet: 46, 61 and 51. RGB value is (70,97,81). Sum of RGB (Red+Green+Blue) = 70+97+81=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #466151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466151 is #B99EAE. Grayscale: #575757. Windows color (decimal): -12164783 or 5333318. OLE color: 5333318.

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

Color convert

RGB709781-
CMYK0.2800.160.62
HSL144.44º16.17%32.75%-
HSV(B)144.44º27.84%38.04%-
XYZ8.2910.459.36-
YUV87.1124.55115.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=28.23%
G=39.11%
B=32.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097810.2800.160.62144.4416.1732.75
Hex4661511C0103E901021
Octal10614112134020762202041
Binary100011011000011010001111000100001111101001000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466151; }

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

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

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

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

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

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

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

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