Html Css Color HEX #4F4E58 Gun Powder

📋 copy color: '#4F4E58'

red 79 ◦ green 78 ◦ blue 88

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

Shades of Gun Powder #4F4E58

Tints of Gun Powder #4F4E58

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F4E58 (or 0x4F4E58) is known color: Gun Powder. HEX triplet: 4F, 4E and 58. RGB value is (79,78,88). Sum of RGB (Red+Green+Blue) = 79+78+88=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 78 (30.86% from 255 or 31.84% 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 #4F4E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E58 is #B0B1A7. Grayscale: #4F4F4F. Windows color (decimal): -11579816 or 5787215. OLE color: 5787215.

HSL color Cylindrical-coordinate representation of color #4F4E58: hue angle of 246º 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 #4F4E58 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 78 88 -
CMYK 0.10 0.11 0 0.65
HSL 246º 0.06% 0.33% -
HSV(B) 246º 0.11% 0.35% -
XYZ 7.71 7.82 10.33 -
YUV 79.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 79 78 88 0.10 0.11 0 0.65 246 0.06 0.33
Hex 4F 4E 58 A B 0 41 F6 6 21
Octal 117 116 130 12 13 0 101 366 6 41
Binary 1001111 1001110 1011000 1010 1011 0 1000001 11110110 110 100001

Color Harmonies of #4F4E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4E58

Black with #4F4E58

Text Example


Text Example

White with #4F4E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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