#466051

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

Shades of Feldgrau #466051

Tints of Feldgrau #466051

Color information

#466051 (or 0x466051) is unknown color: approx Feldgrau. HEX triplet: 46, 60 and 51. RGB value is (70,96,81). Sum of RGB (Red+Green+Blue) = 70+96+81=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #466051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466051 is #B99FAE. Grayscale: #565656. Windows color (decimal): -12165039 or 5333062. OLE color: 5333062.

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

Color convert

RGB709681-
CMYK0.2700.160.62
HSL145.38º15.66%32.55%-
HSV(B)145.38º27.08%37.65%-
XYZ8.1910.269.33-
YUV86.52124.89116.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=28.34%
G=38.87%
B=32.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096810.2700.160.62145.3815.6632.55
Hex4660511B0103E911021
Octal10614012133020762212041
Binary100011011000001010001110110100001111101001000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466051; }

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

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

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

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

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

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

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

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