Html Css Color HEX #4F4E5C Gun Powder

📋 copy color: '#4F4E5C'

red 79 ◦ green 78 ◦ blue 92

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

Shades of Gun Powder #4F4E5C

Tints of Gun Powder #4F4E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 31.73%
G = 31.33%
B = 36.95%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F4E5C (or 0x4F4E5C) is known color: Gun Powder. HEX triplet: 4F, 4E and 5C. RGB value is (79,78,92). Sum of RGB (Red+Green+Blue) = 79+78+92=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E5C is #B0B1A3. Grayscale: #4F4F4F. Windows color (decimal): -11579812 or 6049359. OLE color: 6049359.

HSL color Cylindrical-coordinate representation of color #4F4E5C: hue angle of 244.29º 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 #4F4E5C is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 78 92 -
CMYK 0.14 0.15 0 0.64
HSL 244.29º 0.08% 0.33% -
HSV(B) 244.29º 0.15% 0.36% -
XYZ 7.88 7.88 11.23 -
YUV 79.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 79 78 92 0.14 0.15 0 0.64 244.29 0.08 0.33
Hex 4F 4E 5C E F 0 40 F4 8 21
Octal 117 116 134 16 17 0 100 364 10 41
Binary 1001111 1001110 1011100 1110 1111 0 1000000 11110100 1000 100001

Color Harmonies of #4F4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4E5C

Black with #4F4E5C

Text Example


Text Example

White with #4F4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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