#47624F

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

Shades of Feldgrau #47624F

Tints of Feldgrau #47624F

Color information

#47624F (or 0x47624F) is unknown color: approx Feldgrau. HEX triplet: 47, 62 and 4F. RGB value is (71,98,79). Sum of RGB (Red+Green+Blue) = 71+98+79=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #47624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47624F is #B89DB0. Grayscale: #575757. Windows color (decimal): -12098993 or 5202503. OLE color: 5202503.

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

Color convert

RGB719879-
CMYK0.2800.190.62
HSL137.78º15.98%33.14%-
HSV(B)137.78º27.55%38.43%-
XYZ8.3810.649.01-
YUV87.76123.05116.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=28.63%
G=39.52%
B=31.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198790.2800.190.62137.7815.9833.14
Hex47624F1C0133E8a1021
Octal10714211734023762122041
Binary100011111000101001111111000100111111101000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47624F; }

 p { color: rgb(71,98,79); }

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

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

 a { background-color: rgb(71,98,79); }

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

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

 span { border-color: rgb(71,98,79); }

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