#466251

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

Shades of Feldgrau #466251

Tints of Feldgrau #466251

Color information

#466251 (or 0x466251) is unknown color: approx Feldgrau. HEX triplet: 46, 62 and 51. RGB value is (70,98,81). Sum of RGB (Red+Green+Blue) = 70+98+81=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #466251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466251 is #B99DAE. Grayscale: #575757. Windows color (decimal): -12164527 or 5333574. OLE color: 5333574.

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

Color convert

RGB709881-
CMYK0.2900.170.62
HSL143.57º16.67%32.94%-
HSV(B)143.57º28.57%38.43%-
XYZ8.3810.639.4-
YUV87.69124.22115.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=28.11%
G=39.36%
B=32.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098810.2900.170.62143.5716.6732.94
Hex4662511D0113E901121
Octal10614212135021762202141
Binary100011011000101010001111010100011111101001000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466251; }

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

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

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

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

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

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

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

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