Html Css Color HEX #4E4A62 Gun Powder

📋 copy color: '#4E4A62'

red 78 ◦ green 74 ◦ blue 98

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

Shades of Gun Powder #4E4A62

Tints of Gun Powder #4E4A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 31.2%
G = 29.6%
B = 39.2%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4A62 (or 0x4E4A62) is known color: Gun Powder. HEX triplet: 4E, 4A and 62. RGB value is (78,74,98). Sum of RGB (Red+Green+Blue) = 78+74+98=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A62 is #B1B59D. Grayscale: #4D4D4D. Windows color (decimal): -11646366 or 6441550. OLE color: 6441550.

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

Color convert

RGB 78 74 98 -
CMYK 0.20 0.24 0 0.62
HSL 250º 0.14% 0.34% -
HSV(B) 250º 0.24% 0.38% -
XYZ 7.8 7.4 12.57 -
YUV 77.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 78 74 98 0.20 0.24 0 0.62 250 0.14 0.34
Hex 4E 4A 62 14 18 0 3E FA E 22
Octal 116 112 142 24 30 0 76 372 16 42
Binary 1001110 1001010 1100010 10100 11000 0 111110 11111010 1110 100010

Color Harmonies of #4E4A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A62

Black with #4E4A62

Text Example


Text Example

White with #4E4A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,98); }

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

background-color css

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

 a { background-color: rgb(78,74,98); }

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

border-color css

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

 span { border-color: rgb(78,74,98); }

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