#46534B

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

Shades of Feldgrau #46534B

Tints of Feldgrau #46534B

Color information

#46534B (or 0x46534B) is unknown color: approx Feldgrau. HEX triplet: 46, 53 and 4B. RGB value is (70,83,75). Sum of RGB (Red+Green+Blue) = 70+83+75=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #46534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46534B is #B9ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12168373 or 4936518. OLE color: 4936518.

HSL color Cylindrical-coordinate representation of color #46534B: hue angle of 143.08º 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 #46534B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB708375-
CMYK0.1600.100.67
HSL143.08º8.5%30%-
HSV(B)143.08º15.66%32.55%-
XYZ6.8987.84-
YUV78.2126.19122.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=30.70%
G=36.40%
B=32.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083750.1600.100.67143.088.530
Hex46534B100A438f81e
Octal106123113200121032171036
Binary1000110101001110010111000001010100001110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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