#476052

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

Shades of Feldgrau #476052

Tints of Feldgrau #476052

Color information

#476052 (or 0x476052) is unknown color: approx Feldgrau. HEX triplet: 47, 60 and 52. RGB value is (71,96,82). Sum of RGB (Red+Green+Blue) = 71+96+82=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #476052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476052 is #B89FAD. Grayscale: #565656. Windows color (decimal): -12099502 or 5398599. OLE color: 5398599.

HSL color Cylindrical-coordinate representation of color #476052: hue angle of 146.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #476052 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB719682-
CMYK0.2600.150.62
HSL146.4º14.97%32.75%-
HSV(B)146.4º26.04%37.65%-
XYZ8.310.319.54-
YUV86.93125.22116.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=28.51%
G=38.55%
B=32.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196820.2600.150.62146.414.9732.75
Hex4760521A0F3E92f21
Octal10714012232017762221741
Binary1000111110000010100101101001111111110100100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476052; }

 p { color: rgb(71,96,82); }

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

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

 a { background-color: rgb(71,96,82); }

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

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

 span { border-color: rgb(71,96,82); }

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