Html Css Color HEX #4E5953 Feldgrau

📋 copy color: '#4E5953'

red 78 ◦ green 89 ◦ blue 83

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

Shades of Feldgrau #4E5953

Tints of Feldgrau #4E5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 31.2%
G = 35.6%
B = 33.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#4E5953 (or 0x4E5953) is known color: Feldgrau. HEX triplet: 4E, 59 and 53. RGB value is (78,89,83). Sum of RGB (Red+Green+Blue) = 78+89+83=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5953 is #B1A6AC. Grayscale: #555555. Windows color (decimal): -11642541 or 5462350. OLE color: 5462350.

HSL color Cylindrical-coordinate representation of color #4E5953: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5953 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 89 83 -
CMYK 0.12 0 0.07 0.65
HSL 147.27º 0.07% 0.33% -
HSV(B) 147.27º 0.12% 0.35% -
XYZ 8.28 9.39 9.56 -
YUV 85.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 78 89 83 0.12 0 0.07 0.65 147.27 0.07 0.33
Hex 4E 59 53 C 0 7 41 93 7 21
Octal 116 131 123 14 0 7 101 223 7 41
Binary 1001110 1011001 1010011 1100 0 111 1000001 10010011 111 100001

Color Harmonies of #4E5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5953

Black with #4E5953

Text Example


Text Example

White with #4E5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,89,83); }

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

background-color css

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

 a { background-color: rgb(78,89,83); }

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

border-color css

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

 span { border-color: rgb(78,89,83); }

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