#465349

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

Shades of Feldgrau #465349

Tints of Feldgrau #465349

Color information

#465349 (or 0x465349) is unknown color: approx Feldgrau. HEX triplet: 46, 53 and 49. RGB value is (70,83,73). Sum of RGB (Red+Green+Blue) = 70+83+73=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #465349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465349 is #B9ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12168375 or 4805446. OLE color: 4805446.

HSL color Cylindrical-coordinate representation of color #465349: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465349 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB708373-
CMYK0.1600.120.67
HSL133.85º8.5%30%-
HSV(B)133.85º15.66%32.55%-
XYZ6.827.977.48-
YUV77.97125.19122.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=30.97%
G=36.73%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083730.1600.120.67133.858.530
Hex465349100C438681e
Octal106123111200141032061036
Binary1000110101001110010011000001100100001110000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465349; }

 p { color: rgb(70,83,73); }

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

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

 a { background-color: rgb(70,83,73); }

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

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

 span { border-color: rgb(70,83,73); }

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