Html Css Color HEX #4A4956 Gun Powder

📋 copy color: '#4A4956'

red 74 ◦ green 73 ◦ blue 86

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

Shades of Gun Powder #4A4956

Tints of Gun Powder #4A4956

RGB

 RED value IS 74 (29.3% from 255) = 31.76%

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 31.76%
G = 31.33%
B = 36.91%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4A4956 (or 0x4A4956) is known color: Gun Powder. HEX triplet: 4A, 49 and 56. RGB value is (74,73,86). Sum of RGB (Red+Green+Blue) = 74+73+86=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A4956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4956 is #B5B6A9. Grayscale: #4A4A4A. Windows color (decimal): -11908778 or 5654858. OLE color: 5654858.

HSL color Cylindrical-coordinate representation of color #4A4956: hue angle of 244.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4A4956 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 73 86 -
CMYK 0.14 0.15 0 0.66
HSL 244.62º 0.08% 0.31% -
HSV(B) 244.62º 0.15% 0.34% -
XYZ 6.89 6.89 9.77 -
YUV 74.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 74 73 86 0.14 0.15 0 0.66 244.62 0.08 0.31
Hex 4A 49 56 E F 0 42 F5 8 1F
Octal 112 111 126 16 17 0 102 365 10 37
Binary 1001010 1001001 1010110 1110 1111 0 1000010 11110101 1000 11111

Color Harmonies of #4A4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4956

Black with #4A4956

Text Example


Text Example

White with #4A4956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,73,86); }

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

background-color css

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

 a { background-color: rgb(74,73,86); }

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

border-color css

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

 span { border-color: rgb(74,73,86); }

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