#4E5551

Color #4E5551 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #4E5551

Tints of Feldgrau #4E5551

Color information

#4E5551 (or 0x4E5551) is unknown color: approx Feldgrau. HEX triplet: 4E, 55 and 51. RGB value is (78,85,81). Sum of RGB (Red+Green+Blue) = 78+85+81=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5551 is #B1AAAE. Grayscale: #525252. Windows color (decimal): -11643567 or 5330254. OLE color: 5330254.

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

Color convert

RGB788581-
CMYK0.0800.050.67
HSL145.71º4.29%31.96%-
HSV(B)145.71º8.24%33.33%-
XYZ7.888.719.05-
YUV82.45127.18124.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=31.97%
G=34.84%
B=33.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885810.0800.050.67145.714.2931.96
Hex4E55518054392420
Octal1161251211005103222440
Binary10011101010101101000110000101100001110010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E5551;
 }
 .AnyTagClassName
 {
   color: #4E5551;
 }
</style>
background-color css

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

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

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

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

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

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