#47584E

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

Shades of Feldgrau #47584E

Tints of Feldgrau #47584E

Color information

#47584E (or 0x47584E) is unknown color: approx Feldgrau. HEX triplet: 47, 58 and 4E. RGB value is (71,88,78). Sum of RGB (Red+Green+Blue) = 71+88+78=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #47584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47584E is #B8A7B1. Grayscale: #515151. Windows color (decimal): -12101554 or 5134407. OLE color: 5134407.

HSL color Cylindrical-coordinate representation of color #47584E: hue angle of 144.71º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #47584E is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB718878-
CMYK0.1900.110.65
HSL144.71º10.69%31.18%-
HSV(B)144.71º19.32%34.51%-
XYZ7.468.878.53-
YUV81.78125.87120.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=29.96%
G=37.13%
B=32.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188780.1900.110.65144.7110.6931.18
Hex47584E130B4191b1f
Octal107130116230131012211337
Binary1000111101100010011101001101011100000110010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47584E; }

 p { color: rgb(71,88,78); }

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

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

 a { background-color: rgb(71,88,78); }

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

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

 span { border-color: rgb(71,88,78); }

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