#47574B

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

Shades of Feldgrau #47574B

Tints of Feldgrau #47574B

Color information

#47574B (or 0x47574B) is unknown color: approx Feldgrau. HEX triplet: 47, 57 and 4B. RGB value is (71,87,75). Sum of RGB (Red+Green+Blue) = 71+87+75=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #47574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47574B is #B8A8B4. Grayscale: #505050. Windows color (decimal): -12101813 or 4937543. OLE color: 4937543.

HSL color Cylindrical-coordinate representation of color #47574B: hue angle of 135º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47574B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB718775-
CMYK0.1800.140.66
HSL135º10.13%30.98%-
HSV(B)135º18.39%34.12%-
XYZ7.288.667.95-
YUV80.85124.7120.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=30.47%
G=37.34%
B=32.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187750.1800.140.6613510.1330.98
Hex47574B120E4287a1f
Octal107127113220161022071237
Binary1000111101011110010111001001110100001010000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47574B; }

 p { color: rgb(71,87,75); }

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

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

 a { background-color: rgb(71,87,75); }

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

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

 span { border-color: rgb(71,87,75); }

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