#476854

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

Shades of Feldgrau #476854

Tints of Feldgrau #476854

Color information

#476854 (or 0x476854) is unknown color: approx Feldgrau. HEX triplet: 47, 68 and 54. RGB value is (71,104,84). Sum of RGB (Red+Green+Blue) = 71+104+84=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #476854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476854 is #B897AB. Grayscale: #5B5B5B. Windows color (decimal): -12097452 or 5531719. OLE color: 5531719.

HSL color Cylindrical-coordinate representation of color #476854: hue angle of 143.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476854 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB7110484-
CMYK0.3200.190.59
HSL143.64º18.86%34.31%-
HSV(B)143.64º31.73%40.78%-
XYZ9.1511.8810.2-
YUV91.85123.57113.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=27.41%
G=40.15%
B=32.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104840.3200.190.59143.6418.8634.31
Hex476854200133B901322
Octal10715012440023732202342
Binary1000111110100010101001000000100111110111001000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476854; }

 p { color: rgb(71,104,84); }

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

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

 a { background-color: rgb(71,104,84); }

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

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

 span { border-color: rgb(71,104,84); }

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