#465F50

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

Shades of Feldgrau #465F50

Tints of Feldgrau #465F50

Color information

#465F50 (or 0x465F50) is unknown color: approx Feldgrau. HEX triplet: 46, 5F and 50. RGB value is (70,95,80). Sum of RGB (Red+Green+Blue) = 70+95+80=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #465F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F50 is #B9A0AF. Grayscale: #555555. Windows color (decimal): -12165296 or 5267270. OLE color: 5267270.

HSL color Cylindrical-coordinate representation of color #465F50: hue angle of 144º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F50 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB709580-
CMYK0.2600.160.63
HSL144º15.15%32.35%-
HSV(B)144º26.32%37.25%-
XYZ8.0710.079.11-
YUV85.82124.72116.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=28.57%
G=38.78%
B=32.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095800.2600.160.6314415.1532.35
Hex465F501A0103F90f20
Octal10613712032020772201740
Binary10001101011111101000011010010000111111100100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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