Html Css Color HEX #47604F Feldgrau

📋 copy color: '#47604F'

red 71 ◦ green 96 ◦ blue 79

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

Shades of Feldgrau #47604F

Tints of Feldgrau #47604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 28.86%
G = 39.02%
B = 32.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#47604F (or 0x47604F) is known color: Feldgrau. HEX triplet: 47, 60 and 4F. RGB value is (71,96,79). Sum of RGB (Red+Green+Blue) = 71+96+79=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #47604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47604F is #B89FB0. Grayscale: #565656. Windows color (decimal): -12099505 or 5201991. OLE color: 5201991.

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

Color convert

RGB 71 96 79 -
CMYK 0.26 0 0.18 0.62
HSL 139.2º 0.15% 0.33% -
HSV(B) 139.2º 0.26% 0.38% -
XYZ 8.19 10.27 8.95 -
YUV 86.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 71 96 79 0.26 0 0.18 0.62 139.2 0.15 0.33
Hex 47 60 4F 1A 0 12 3E 8B F 21
Octal 107 140 117 32 0 22 76 213 17 41
Binary 1000111 1100000 1001111 11010 0 10010 111110 10001011 1111 100001

Color Harmonies of #47604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47604F

Black with #47604F

Text Example


Text Example

White with #47604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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