Html Css Color HEX #476052 Feldgrau

📋 copy color: '#476052'

red 71 ◦ green 96 ◦ blue 82

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

Shades of Feldgrau #476052

Tints of Feldgrau #476052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 28.51%
G = 38.55%
B = 32.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#476052 (or 0x476052) is known color: Feldgrau. HEX triplet: 47, 60 and 52. RGB value is (71,96,82). Sum of RGB (Red+Green+Blue) = 71+96+82=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #476052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476052 is #B89FAD. Grayscale: #565656. Windows color (decimal): -12099502 or 5398599. OLE color: 5398599.

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

Color convert

RGB 71 96 82 -
CMYK 0.26 0 0.15 0.62
HSL 146.4º 0.15% 0.33% -
HSV(B) 146.4º 0.26% 0.38% -
XYZ 8.3 10.31 9.54 -
YUV 86.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 71 96 82 0.26 0 0.15 0.62 146.4 0.15 0.33
Hex 47 60 52 1A 0 F 3E 92 F 21
Octal 107 140 122 32 0 17 76 222 17 41
Binary 1000111 1100000 1010010 11010 0 1111 111110 10010010 1111 100001

Color Harmonies of #476052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476052

Black with #476052

Text Example


Text Example

White with #476052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476052; }

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

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

background-color css

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

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

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

border-color css

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

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

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