#466954

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

Shades of Feldgrau #466954

Tints of Feldgrau #466954

Color information

#466954 (or 0x466954) is unknown color: approx Feldgrau. HEX triplet: 46, 69 and 54. RGB value is (70,105,84). Sum of RGB (Red+Green+Blue) = 70+105+84=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #466954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466954 is #B996AB. Grayscale: #5C5C5C. Windows color (decimal): -12162732 or 5531974. OLE color: 5531974.

HSL color Cylindrical-coordinate representation of color #466954: hue angle of 144º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466954 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB7010584-
CMYK0.3300.200.59
HSL144º20%34.31%-
HSV(B)144º33.33%41.18%-
XYZ9.1812.0510.23-
YUV92.14123.4112.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=27.03%
G=40.54%
B=32.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105840.3300.200.591442034.31
Hex466954210143B901422
Octal10615112441024732202442
Binary1000110110100110101001000010101001110111001000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466954; }

 p { color: rgb(70,105,84); }

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

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

 a { background-color: rgb(70,105,84); }

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

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

 span { border-color: rgb(70,105,84); }

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