#466451

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

Shades of Feldgrau #466451

Tints of Feldgrau #466451

Color information

#466451 (or 0x466451) is unknown color: approx Feldgrau. HEX triplet: 46, 64 and 51. RGB value is (70,100,81). Sum of RGB (Red+Green+Blue) = 70+100+81=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #466451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466451 is #B99BAE. Grayscale: #585858. Windows color (decimal): -12164015 or 5334086. OLE color: 5334086.

HSL color Cylindrical-coordinate representation of color #466451: hue angle of 142º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466451 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB7010081-
CMYK0.3000.190.61
HSL142º17.65%33.33%-
HSV(B)142º30%39.22%-
XYZ8.5711.019.46-
YUV88.86123.56114.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=27.89%
G=39.84%
B=32.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100810.3000.190.6114217.6533.33
Hex4664511E0133D8e1221
Octal10614412136023752162241
Binary100011011001001010001111100100111111011000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466451; }

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

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

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

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

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

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

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

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