Html Css Color HEX #476A56 Feldgrau

📋 copy color: '#476A56'

red 71 ◦ green 106 ◦ blue 86

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

Shades of Feldgrau #476A56

Tints of Feldgrau #476A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.3%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 27%
G = 40.3%
B = 32.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#476A56 (or 0x476A56) is known color: Feldgrau. HEX triplet: 47, 6A and 56. RGB value is (71,106,86). Sum of RGB (Red+Green+Blue) = 71+106+86=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #476A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A56 is #B895A9. Grayscale: #5D5D5D. Windows color (decimal): -12096938 or 5663303. OLE color: 5663303.

HSL color Cylindrical-coordinate representation of color #476A56: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A56 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 86 -
CMYK 0.33 0 0.19 0.58
HSL 145.71º 0.2% 0.35% -
HSV(B) 145.71º 0.33% 0.42% -
XYZ 9.43 12.32 10.68 -
YUV 93.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 71 106 86 0.33 0 0.19 0.58 145.71 0.2 0.35
Hex 47 6A 56 21 0 13 3A 92 14 23
Octal 107 152 126 41 0 23 72 222 24 43
Binary 1000111 1101010 1010110 100001 0 10011 111010 10010010 10100 100011

Color Harmonies of #476A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A56

Black with #476A56

Text Example


Text Example

White with #476A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A56; }

 p { color: rgb(71,106,86); }

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

background-color css

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

 a { background-color: rgb(71,106,86); }

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

border-color css

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

 span { border-color: rgb(71,106,86); }

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