#465D50

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

Shades of Feldgrau #465D50

Tints of Feldgrau #465D50

Color information

#465D50 (or 0x465D50) is unknown color: approx Feldgrau. HEX triplet: 46, 5D and 50. RGB value is (70,93,80). Sum of RGB (Red+Green+Blue) = 70+93+80=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #465D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D50 is #B9A2AF. Grayscale: #545454. Windows color (decimal): -12165808 or 5266758. OLE color: 5266758.

HSL color Cylindrical-coordinate representation of color #465D50: hue angle of 146.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D50 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB709380-
CMYK0.2500.140.64
HSL146.09º14.11%31.96%-
HSV(B)146.09º24.73%36.47%-
XYZ7.899.719.05-
YUV84.64125.38117.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=28.81%
G=38.27%
B=32.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093800.2500.140.64146.0914.1131.96
Hex465D50190E4092e20
Octal106135120310161002221640
Binary10001101011101101000011001011101000000100100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D50; }

 p { color: rgb(70,93,80); }

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

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

 a { background-color: rgb(70,93,80); }

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

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

 span { border-color: rgb(70,93,80); }

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