Html Css Color HEX #47604E Feldgrau

📋 copy color: '#47604E'

red 71 ◦ green 96 ◦ blue 78

#47604E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #47604E

Tints of Feldgrau #47604E

RGB

 RED value IS 71 (28.13% from 255) = 28.98%

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 28.98%
G = 39.18%
B = 31.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#47604E (or 0x47604E) is known color: Feldgrau. HEX triplet: 47, 60 and 4E. RGB value is (71,96,78). Sum of RGB (Red+Green+Blue) = 71+96+78=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #47604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47604E is #B89FB1. Grayscale: #565656. Windows color (decimal): -12099506 or 5136455. OLE color: 5136455.

HSL color Cylindrical-coordinate representation of color #47604E: hue angle of 136.8º 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 #47604E is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 78 -
CMYK 0.26 0 0.19 0.62
HSL 136.8º 0.15% 0.33% -
HSV(B) 136.8º 0.26% 0.38% -
XYZ 8.16 10.26 8.76 -
YUV 86.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 71 96 78 0.26 0 0.19 0.62 136.8 0.15 0.33
Hex 47 60 4E 1A 0 13 3E 89 F 21
Octal 107 140 116 32 0 23 76 211 17 41
Binary 1000111 1100000 1001110 11010 0 10011 111110 10001001 1111 100001

Color Harmonies of #47604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47604E

Black with #47604E

Text Example


Text Example

White with #47604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47604E;
 }
 .AnyTagClassName
 {
   color: #47604E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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