Html Css Color HEX #475C4D Feldgrau

📋 copy color: '#475C4D'

red 71 ◦ green 92 ◦ blue 77

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

Shades of Feldgrau #475C4D

Tints of Feldgrau #475C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 29.58%
G = 38.33%
B = 32.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#475C4D (or 0x475C4D) is known color: Feldgrau. HEX triplet: 47, 5C and 4D. RGB value is (71,92,77). Sum of RGB (Red+Green+Blue) = 71+92+77=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #475C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C4D is #B8A3B2. Grayscale: #545454. Windows color (decimal): -12100531 or 5069895. OLE color: 5069895.

HSL color Cylindrical-coordinate representation of color #475C4D: hue angle of 137.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C4D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 77 -
CMYK 0.23 0 0.16 0.64
HSL 137.14º 0.13% 0.32% -
HSV(B) 137.14º 0.23% 0.36% -
XYZ 7.77 9.53 8.45 -
YUV 84.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 71 92 77 0.23 0 0.16 0.64 137.14 0.13 0.32
Hex 47 5C 4D 17 0 10 40 89 D 20
Octal 107 134 115 27 0 20 100 211 15 40
Binary 1000111 1011100 1001101 10111 0 10000 1000000 10001001 1101 100000

Color Harmonies of #475C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C4D

Black with #475C4D

Text Example


Text Example

White with #475C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C4D; }

 p { color: rgb(71,92,77); }

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

background-color css

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

 a { background-color: rgb(71,92,77); }

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

border-color css

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

 span { border-color: rgb(71,92,77); }

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