Html Css Color HEX #4E4D57 Gun Powder

📋 copy color: '#4E4D57'

red 78 ◦ green 77 ◦ blue 87

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

Shades of Gun Powder #4E4D57

Tints of Gun Powder #4E4D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 32.23%
G = 31.82%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4E4D57 (or 0x4E4D57) is known color: Gun Powder. HEX triplet: 4E, 4D and 57. RGB value is (78,77,87). Sum of RGB (Red+Green+Blue) = 78+77+87=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E4D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4D57 is #B1B2A8. Grayscale: #4E4E4E. Windows color (decimal): -11645609 or 5721422. OLE color: 5721422.

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

Color convert

RGB 78 77 87 -
CMYK 0.10 0.11 0 0.66
HSL 246º 0.06% 0.32% -
HSV(B) 246º 0.11% 0.34% -
XYZ 7.52 7.62 10.09 -
YUV 78.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 78 77 87 0.10 0.11 0 0.66 246 0.06 0.32
Hex 4E 4D 57 A B 0 42 F6 6 20
Octal 116 115 127 12 13 0 102 366 6 40
Binary 1001110 1001101 1010111 1010 1011 0 1000010 11110110 110 100000

Color Harmonies of #4E4D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4D57

Black with #4E4D57

Text Example


Text Example

White with #4E4D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,77,87); }

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

background-color css

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

 a { background-color: rgb(78,77,87); }

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

border-color css

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

 span { border-color: rgb(78,77,87); }

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