Html Css Color HEX #4F5551 Feldgrau

📋 copy color: '#4F5551'

red 79 ◦ green 85 ◦ blue 81

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

Shades of Feldgrau #4F5551

Tints of Feldgrau #4F5551

RGB

 RED value IS 79 (31.25% from 255) = 32.24%

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 32.24%
G = 34.69%
B = 33.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#4F5551 (or 0x4F5551) is known color: Feldgrau. HEX triplet: 4F, 55 and 51. RGB value is (79,85,81). Sum of RGB (Red+Green+Blue) = 79+85+81=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5551 is #B0AAAE. Grayscale: #525252. Windows color (decimal): -11578031 or 5330255. OLE color: 5330255.

HSL color Cylindrical-coordinate representation of color #4F5551: hue angle of 140º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5551 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 81 -
CMYK 0.07 0 0.05 0.67
HSL 140º 0.04% 0.32% -
HSV(B) 140º 0.07% 0.33% -
XYZ 7.96 8.75 9.05 -
YUV 82.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 79 85 81 0.07 0 0.05 0.67 140 0.04 0.32
Hex 4F 55 51 7 0 5 43 8C 4 20
Octal 117 125 121 7 0 5 103 214 4 40
Binary 1001111 1010101 1010001 111 0 101 1000011 10001100 100 100000

Color Harmonies of #4F5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5551

Black with #4F5551

Text Example


Text Example

White with #4F5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F5551; }

 p { color: rgb(79,85,81); }

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

background-color css

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

 a { background-color: rgb(79,85,81); }

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

border-color css

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

 span { border-color: rgb(79,85,81); }

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