Html Css Color HEX #47584B Feldgrau

📋 copy color: '#47584B'

red 71 ◦ green 88 ◦ blue 75

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

Shades of Feldgrau #47584B

Tints of Feldgrau #47584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 30.34%
G = 37.61%
B = 32.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#47584B (or 0x47584B) is known color: Feldgrau. HEX triplet: 47, 58 and 4B. RGB value is (71,88,75). Sum of RGB (Red+Green+Blue) = 71+88+75=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #47584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47584B is #B8A7B4. Grayscale: #515151. Windows color (decimal): -12101557 or 4937799. OLE color: 4937799.

HSL color Cylindrical-coordinate representation of color #47584B: hue angle of 134.12º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #47584B is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 75 -
CMYK 0.19 0 0.15 0.65
HSL 134.12º 0.11% 0.31% -
HSV(B) 134.12º 0.19% 0.35% -
XYZ 7.36 8.83 7.97 -
YUV 81.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 71 88 75 0.19 0 0.15 0.65 134.12 0.11 0.31
Hex 47 58 4B 13 0 F 41 86 B 1F
Octal 107 130 113 23 0 17 101 206 13 37
Binary 1000111 1011000 1001011 10011 0 1111 1000001 10000110 1011 11111

Color Harmonies of #47584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47584B

Black with #47584B

Text Example


Text Example

White with #47584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47584B; }

 p { color: rgb(71,88,75); }

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

background-color css

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

 a { background-color: rgb(71,88,75); }

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

border-color css

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

 span { border-color: rgb(71,88,75); }

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