Html Css Color HEX #4E5650 Feldgrau

📋 copy color: '#4E5650'

red 78 ◦ green 86 ◦ blue 80

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

Shades of Feldgrau #4E5650

Tints of Feldgrau #4E5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 31.97%
G = 35.25%
B = 32.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#4E5650 (or 0x4E5650) is known color: Feldgrau. HEX triplet: 4E, 56 and 50. RGB value is (78,86,80). Sum of RGB (Red+Green+Blue) = 78+86+80=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5650 is #B1A9AF. Grayscale: #525252. Windows color (decimal): -11643312 or 5264974. OLE color: 5264974.

HSL color Cylindrical-coordinate representation of color #4E5650: hue angle of 135º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E5650 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 78 86 80 -
CMYK 0.09 0 0.07 0.66
HSL 135º 0.05% 0.32% -
HSV(B) 135º 0.09% 0.34% -
XYZ 7.92 8.85 8.88 -
YUV 82.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 78 86 80 0.09 0 0.07 0.66 135 0.05 0.32
Hex 4E 56 50 9 0 7 42 87 5 20
Octal 116 126 120 11 0 7 102 207 5 40
Binary 1001110 1010110 1010000 1001 0 111 1000010 10000111 101 100000

Color Harmonies of #4E5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5650

Black with #4E5650

Text Example


Text Example

White with #4E5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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