#4C514E

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

Shades of Feldgrau #4C514E

Tints of Feldgrau #4C514E

Color information

#4C514E (or 0x4C514E) is unknown color: approx Feldgrau. HEX triplet: 4C, 51 and 4E. RGB value is (76,81,78). Sum of RGB (Red+Green+Blue) = 76+81+78=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4C514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C514E is #B3AEB1. Grayscale: #4F4F4F. Windows color (decimal): -11775666 or 5132620. OLE color: 5132620.

HSL color Cylindrical-coordinate representation of color #4C514E: hue angle of 144º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4C514E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB768178-
CMYK0.0600.040.68
HSL144º3.18%30.78%-
HSV(B)144º6.17%31.76%-
XYZ7.37.978.36-
YUV79.16127.34125.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=32.34%
G=34.47%
B=33.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681780.0600.040.681443.1830.78
Hex4C514E604449031f
Octal114121116604104220337
Binary10011001010001100111011001001000100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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