Html Css Color HEX #476050 Feldgrau

📋 copy color: '#476050'

red 71 ◦ green 96 ◦ blue 80

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

Shades of Feldgrau #476050

Tints of Feldgrau #476050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 28.74%
G = 38.87%
B = 32.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#476050 (or 0x476050) is known color: Feldgrau. HEX triplet: 47, 60 and 50. RGB value is (71,96,80). Sum of RGB (Red+Green+Blue) = 71+96+80=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #476050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476050 is #B89FAF. Grayscale: #565656. Windows color (decimal): -12099504 or 5267527. OLE color: 5267527.

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

Color convert

RGB 71 96 80 -
CMYK 0.26 0 0.17 0.62
HSL 141.6º 0.15% 0.33% -
HSV(B) 141.6º 0.26% 0.38% -
XYZ 8.23 10.28 9.14 -
YUV 86.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 71 96 80 0.26 0 0.17 0.62 141.6 0.15 0.33
Hex 47 60 50 1A 0 11 3E 8E F 21
Octal 107 140 120 32 0 21 76 216 17 41
Binary 1000111 1100000 1010000 11010 0 10001 111110 10001110 1111 100001

Color Harmonies of #476050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476050

Black with #476050

Text Example


Text Example

White with #476050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476050; }

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

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

background-color css

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

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

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

border-color css

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

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

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