#46544B

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

Shades of Feldgrau #46544B

Tints of Feldgrau #46544B

Color information

#46544B (or 0x46544B) is unknown color: approx Feldgrau. HEX triplet: 46, 54 and 4B. RGB value is (70,84,75). Sum of RGB (Red+Green+Blue) = 70+84+75=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #46544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46544B is #B9ABB4. Grayscale: #4E4E4E. Windows color (decimal): -12168117 or 4936774. OLE color: 4936774.

HSL color Cylindrical-coordinate representation of color #46544B: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46544B is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB708475-
CMYK0.1700.110.67
HSL141.43º9.09%30.2%-
HSV(B)141.43º16.67%32.94%-
XYZ6.978.157.86-
YUV78.79125.86121.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=30.57%
G=36.68%
B=32.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084750.1700.110.67141.439.0930.2
Hex46544B110B438d91e
Octal106124113210131032151136
Binary1000110101010010010111000101011100001110001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46544B; }

 p { color: rgb(70,84,75); }

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

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

 a { background-color: rgb(70,84,75); }

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

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

 span { border-color: rgb(70,84,75); }

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