Html Css Color HEX #4E4F55 Gun Powder

📋 copy color: '#4E4F55'

red 78 ◦ green 79 ◦ blue 85

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

Shades of Gun Powder #4E4F55

Tints of Gun Powder #4E4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 32.23%
G = 32.64%
B = 35.12%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E4F55 (or 0x4E4F55) is known color: Gun Powder. HEX triplet: 4E, 4F and 55. RGB value is (78,79,85). Sum of RGB (Red+Green+Blue) = 78+79+85=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E4F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F55 is #B1B0AA. Grayscale: #4F4F4F. Windows color (decimal): -11645099 or 5590862. OLE color: 5590862.

HSL color Cylindrical-coordinate representation of color #4E4F55: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E4F55 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 79 85 -
CMYK 0.08 0.07 0 0.67
HSL 231.43º 0.04% 0.32% -
HSV(B) 231.43º 0.08% 0.33% -
XYZ 7.58 7.87 9.71 -
YUV 79.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 78 79 85 0.08 0.07 0 0.67 231.43 0.04 0.32
Hex 4E 4F 55 8 7 0 43 E7 4 20
Octal 116 117 125 10 7 0 103 347 4 40
Binary 1001110 1001111 1010101 1000 111 0 1000011 11100111 100 100000

Color Harmonies of #4E4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4F55

Black with #4E4F55

Text Example


Text Example

White with #4E4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,79,85); }

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

background-color css

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

 a { background-color: rgb(78,79,85); }

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

border-color css

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

 span { border-color: rgb(78,79,85); }

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