#4E5450

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

Shades of Feldgrau #4E5450

Tints of Feldgrau #4E5450

Color information

#4E5450 (or 0x4E5450) is unknown color: approx Feldgrau. HEX triplet: 4E, 54 and 50. RGB value is (78,84,80). Sum of RGB (Red+Green+Blue) = 78+84+80=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5450 is #B1ABAF. Grayscale: #515151. Windows color (decimal): -11643824 or 5264462. OLE color: 5264462.

HSL color Cylindrical-coordinate representation of color #4E5450: 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 #4E5450 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB788480-
CMYK0.0700.050.67
HSL140º3.7%31.76%-
HSV(B)140º7.14%32.94%-
XYZ7.768.548.83-
YUV81.75127.01125.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=32.23%
G=34.71%
B=33.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884800.0700.050.671403.731.76
Hex4E5450705438c420
Octal116124120705103214440
Binary1001110101010010100001110101100001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,80); }

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

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

 a { background-color: rgb(78,84,80); }

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

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

 span { border-color: rgb(78,84,80); }

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