Html Css Color HEX #4E4F58 Gun Powder

📋 copy color: '#4E4F58'

red 78 ◦ green 79 ◦ blue 88

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

Shades of Gun Powder #4E4F58

Tints of Gun Powder #4E4F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 31.84%
G = 32.24%
B = 35.92%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E4F58 (or 0x4E4F58) is known color: Gun Powder. HEX triplet: 4E, 4F and 58. RGB value is (78,79,88). Sum of RGB (Red+Green+Blue) = 78+79+88=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E4F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F58 is #B1B0A7. Grayscale: #4F4F4F. Windows color (decimal): -11645096 or 5787470. OLE color: 5787470.

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

Color convert

RGB 78 79 88 -
CMYK 0.11 0.10 0 0.65
HSL 234º 0.06% 0.33% -
HSV(B) 234º 0.11% 0.35% -
XYZ 7.7 7.92 10.35 -
YUV 79.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 78 79 88 0.11 0.10 0 0.65 234 0.06 0.33
Hex 4E 4F 58 B A 0 41 EA 6 21
Octal 116 117 130 13 12 0 101 352 6 41
Binary 1001110 1001111 1011000 1011 1010 0 1000001 11101010 110 100001

Color Harmonies of #4E4F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4F58

Black with #4E4F58

Text Example


Text Example

White with #4E4F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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