#466A55

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

Shades of Feldgrau #466A55

Tints of Feldgrau #466A55

Color information

#466A55 (or 0x466A55) is unknown color: approx Feldgrau. HEX triplet: 46, 6A and 55. RGB value is (70,106,85). Sum of RGB (Red+Green+Blue) = 70+106+85=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #466A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A55 is #B995AA. Grayscale: #5C5C5C. Windows color (decimal): -12162475 or 5597766. OLE color: 5597766.

HSL color Cylindrical-coordinate representation of color #466A55: hue angle of 145º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A55 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB7010685-
CMYK0.3400.200.58
HSL145º20.45%34.51%-
HSV(B)145º33.96%41.57%-
XYZ9.3212.2710.47-
YUV92.84123.57111.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=26.82%
G=40.61%
B=32.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106850.3400.200.5814520.4534.51
Hex466A55220143A911423
Octal10615212542024722212443
Binary1000110110101010101011000100101001110101001000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A55; }

 p { color: rgb(70,106,85); }

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

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

 a { background-color: rgb(70,106,85); }

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

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

 span { border-color: rgb(70,106,85); }

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