Html Css Color HEX #475A4E Feldgrau

📋 copy color: '#475A4E'

red 71 ◦ green 90 ◦ blue 78

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

Shades of Feldgrau #475A4E

Tints of Feldgrau #475A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

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

R = 29.71%
G = 37.66%
B = 32.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#475A4E (or 0x475A4E) is known color: Feldgrau. HEX triplet: 47, 5A and 4E. RGB value is (71,90,78). Sum of RGB (Red+Green+Blue) = 71+90+78=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #475A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A4E is #B8A5B1. Grayscale: #525252. Windows color (decimal): -12101042 or 5134919. OLE color: 5134919.

HSL color Cylindrical-coordinate representation of color #475A4E: hue angle of 142.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A4E is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 78 -
CMYK 0.21 0 0.13 0.65
HSL 142.11º 0.12% 0.32% -
HSV(B) 142.11º 0.21% 0.35% -
XYZ 7.63 9.2 8.58 -
YUV 82.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 71 90 78 0.21 0 0.13 0.65 142.11 0.12 0.32
Hex 47 5A 4E 15 0 D 41 8E C 20
Octal 107 132 116 25 0 15 101 216 14 40
Binary 1000111 1011010 1001110 10101 0 1101 1000001 10001110 1100 100000

Color Harmonies of #475A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A4E

Black with #475A4E

Text Example


Text Example

White with #475A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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