#466351

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

Shades of Feldgrau #466351

Tints of Feldgrau #466351

Color information

#466351 (or 0x466351) is unknown color: approx Feldgrau. HEX triplet: 46, 63 and 51. RGB value is (70,99,81). Sum of RGB (Red+Green+Blue) = 70+99+81=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #466351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466351 is #B99CAE. Grayscale: #585858. Windows color (decimal): -12164271 or 5333830. OLE color: 5333830.

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

Color convert

RGB709981-
CMYK0.2900.180.61
HSL142.76º17.16%33.14%-
HSV(B)142.76º29.29%38.82%-
XYZ8.4710.829.43-
YUV88.28123.89114.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=28%
G=39.6%
B=32.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099810.2900.180.61142.7617.1633.14
Hex4663511D0123D8f1121
Octal10614312135022752172141
Binary100011011000111010001111010100101111011000111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466351; }

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

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

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

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

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

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

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

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