Html Css Color HEX #4E4C60 Gun Powder

📋 copy color: '#4E4C60'

red 78 ◦ green 76 ◦ blue 96

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

Shades of Gun Powder #4E4C60

Tints of Gun Powder #4E4C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 31.2%
G = 30.4%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4C60 (or 0x4E4C60) is known color: Gun Powder. HEX triplet: 4E, 4C and 60. RGB value is (78,76,96). Sum of RGB (Red+Green+Blue) = 78+76+96=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4C60 is #B1B39F. Grayscale: #4E4E4E. Windows color (decimal): -11645856 or 6310990. OLE color: 6310990.

HSL color Cylindrical-coordinate representation of color #4E4C60: hue angle of 246º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E4C60 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 76 96 -
CMYK 0.19 0.21 0 0.62
HSL 246º 0.12% 0.34% -
HSV(B) 246º 0.21% 0.38% -
XYZ 7.84 7.63 12.13 -
YUV 78.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 78 76 96 0.19 0.21 0 0.62 246 0.12 0.34
Hex 4E 4C 60 13 15 0 3E F6 C 22
Octal 116 114 140 23 25 0 76 366 14 42
Binary 1001110 1001100 1100000 10011 10101 0 111110 11110110 1100 100010

Color Harmonies of #4E4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4C60

Black with #4E4C60

Text Example


Text Example

White with #4E4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,96); }

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

background-color css

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

 a { background-color: rgb(78,76,96); }

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

border-color css

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

 span { border-color: rgb(78,76,96); }

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