#476A55

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

Shades of Feldgrau #476A55

Tints of Feldgrau #476A55

Color information

#476A55 (or 0x476A55) is unknown color: approx Feldgrau. HEX triplet: 47, 6A and 55. RGB value is (71,106,85). Sum of RGB (Red+Green+Blue) = 71+106+85=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #476A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A55 is #B895AA. Grayscale: #5D5D5D. Windows color (decimal): -12096939 or 5597767. OLE color: 5597767.

HSL color Cylindrical-coordinate representation of color #476A55: hue angle of 144º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A55 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB7110685-
CMYK0.3300.200.58
HSL144º19.77%34.71%-
HSV(B)144º33.02%41.57%-
XYZ9.3912.310.47-
YUV93.14123.4112.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=27.10%
G=40.46%
B=32.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106850.3300.200.5814419.7734.71
Hex476A55210143A901423
Octal10715212541024722202443
Binary1000111110101010101011000010101001110101001000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A55; }

 p { color: rgb(71,106,85); }

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

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

 a { background-color: rgb(71,106,85); }

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

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

 span { border-color: rgb(71,106,85); }

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