#466152

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

Shades of Feldgrau #466152

Tints of Feldgrau #466152

Color information

#466152 (or 0x466152) is unknown color: approx Feldgrau. HEX triplet: 46, 61 and 52. RGB value is (70,97,82). Sum of RGB (Red+Green+Blue) = 70+97+82=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #466152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466152 is #B99EAD. Grayscale: #575757. Windows color (decimal): -12164782 or 5398854. OLE color: 5398854.

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

Color convert

RGB709782-
CMYK0.2800.150.62
HSL146.67º16.17%32.75%-
HSV(B)146.67º27.84%38.04%-
XYZ8.3210.469.56-
YUV87.22125.05115.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=28.11%
G=38.96%
B=32.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097820.2800.150.62146.6716.1732.75
Hex4661521C0F3E931021
Octal10614112234017762232041
Binary10001101100001101001011100011111111101001001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466152; }

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

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

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

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

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

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

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

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