Html Css Color HEX #4E4E5A Gun Powder

📋 copy color: '#4E4E5A'

red 78 ◦ green 78 ◦ blue 90

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

Shades of Gun Powder #4E4E5A

Tints of Gun Powder #4E4E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 31.71%
G = 31.71%
B = 36.59%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E4E5A (or 0x4E4E5A) is known color: Gun Powder. HEX triplet: 4E, 4E and 5A. RGB value is (78,78,90). Sum of RGB (Red+Green+Blue) = 78+78+90=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E4E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E5A is #B1B1A5. Grayscale: #4F4F4F. Windows color (decimal): -11645350 or 5918286. OLE color: 5918286.

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

Color convert

RGB 78 78 90 -
CMYK 0.13 0.13 0 0.65
HSL 240º 0.07% 0.33% -
HSV(B) 240º 0.13% 0.35% -
XYZ 7.71 7.81 10.77 -
YUV 79.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 78 78 90 0.13 0.13 0 0.65 240 0.07 0.33
Hex 4E 4E 5A D D 0 41 F0 7 21
Octal 116 116 132 15 15 0 101 360 7 41
Binary 1001110 1001110 1011010 1101 1101 0 1000001 11110000 111 100001

Color Harmonies of #4E4E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4E5A

Black with #4E4E5A

Text Example


Text Example

White with #4E4E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,78,90); }

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

background-color css

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

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

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

border-color css

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

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

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