#4C6858

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

Shades of Feldgrau #4C6858

Tints of Feldgrau #4C6858

Color information

#4C6858 (or 0x4C6858) is unknown color: approx Feldgrau. HEX triplet: 4C, 68 and 58. RGB value is (76,104,88). Sum of RGB (Red+Green+Blue) = 76+104+88=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6858 is #B397A7. Grayscale: #5D5D5D. Windows color (decimal): -11769768 or 5793868. OLE color: 5793868.

HSL color Cylindrical-coordinate representation of color #4C6858: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6858 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB7610488-
CMYK0.2700.150.59
HSL145.71º15.56%35.29%-
HSV(B)145.71º26.92%40.78%-
XYZ9.6912.1411.07-
YUV93.8124.72115.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.36%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=28.36%
G=38.81%
B=32.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104880.2700.150.59145.7115.5635.29
Hex4C68581B0F3B921023
Octal11415013033017732222043
Binary10011001101000101100011011011111110111001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,88); }

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

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

 a { background-color: rgb(76,104,88); }

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

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

 span { border-color: rgb(76,104,88); }

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