#465B4C

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

Shades of Feldgrau #465B4C

Tints of Feldgrau #465B4C

Color information

#465B4C (or 0x465B4C) is unknown color: approx Feldgrau. HEX triplet: 46, 5B and 4C. RGB value is (70,91,76). Sum of RGB (Red+Green+Blue) = 70+91+76=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #465B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B4C is #B9A4B3. Grayscale: #535353. Windows color (decimal): -12166324 or 5004102. OLE color: 5004102.

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

Color convert

RGB709176-
CMYK0.2300.160.64
HSL137.14º13.04%31.57%-
HSV(B)137.14º23.08%35.69%-
XYZ7.579.318.23-
YUV83.01124.04118.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=29.54%
G=38.40%
B=32.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091760.2300.160.64137.1413.0431.57
Hex465B4C170104089d20
Octal106133114270201002111540
Binary100011010110111001100101110100001000000100010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,76); }

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

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

 a { background-color: rgb(70,91,76); }

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

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

 span { border-color: rgb(70,91,76); }

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