Html Css Color HEX #4E5C54 Feldgrau

📋 copy color: '#4E5C54'

red 78 ◦ green 92 ◦ blue 84

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

Shades of Feldgrau #4E5C54

Tints of Feldgrau #4E5C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 30.71%
G = 36.22%
B = 33.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#4E5C54 (or 0x4E5C54) is known color: Feldgrau. HEX triplet: 4E, 5C and 54. RGB value is (78,92,84). Sum of RGB (Red+Green+Blue) = 78+92+84=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C54 is #B1A3AB. Grayscale: #565656. Windows color (decimal): -11641772 or 5528654. OLE color: 5528654.

HSL color Cylindrical-coordinate representation of color #4E5C54: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E5C54 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 92 84 -
CMYK 0.15 0 0.09 0.64
HSL 145.71º 0.08% 0.33% -
HSV(B) 145.71º 0.15% 0.36% -
XYZ 8.57 9.91 9.85 -
YUV 86.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 78 92 84 0.15 0 0.09 0.64 145.71 0.08 0.33
Hex 4E 5C 54 F 0 9 40 92 8 21
Octal 116 134 124 17 0 11 100 222 10 41
Binary 1001110 1011100 1010100 1111 0 1001 1000000 10010010 1000 100001

Color Harmonies of #4E5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5C54

Black with #4E5C54

Text Example


Text Example

White with #4E5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,92,84); }

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

background-color css

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

 a { background-color: rgb(78,92,84); }

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

border-color css

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

 span { border-color: rgb(78,92,84); }

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