Html Css Color HEX #4E6156 Feldgrau

📋 copy color: '#4E6156'

red 78 ◦ green 97 ◦ blue 86

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

Shades of Feldgrau #4E6156

Tints of Feldgrau #4E6156

RGB

 RED value IS 78 (30.86% from 255) = 29.89%

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 29.89%
G = 37.16%
B = 32.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#4E6156 (or 0x4E6156) is known color: Feldgrau. HEX triplet: 4E, 61 and 56. RGB value is (78,97,86). Sum of RGB (Red+Green+Blue) = 78+97+86=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6156 is #B19EA9. Grayscale: #5A5A5A. Windows color (decimal): -11640490 or 5661006. OLE color: 5661006.

HSL color Cylindrical-coordinate representation of color #4E6156: hue angle of 145.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E6156 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 86 -
CMYK 0.20 0 0.11 0.62
HSL 145.26º 0.11% 0.34% -
HSV(B) 145.26º 0.2% 0.38% -
XYZ 9.1 10.84 10.42 -
YUV 90.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 78 97 86 0.20 0 0.11 0.62 145.26 0.11 0.34
Hex 4E 61 56 14 0 B 3E 91 B 22
Octal 116 141 126 24 0 13 76 221 13 42
Binary 1001110 1100001 1010110 10100 0 1011 111110 10010001 1011 100010

Color Harmonies of #4E6156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6156

Black with #4E6156

Text Example


Text Example

White with #4E6156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,86); }

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

background-color css

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

 a { background-color: rgb(78,97,86); }

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

border-color css

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

 span { border-color: rgb(78,97,86); }

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