Html Css Color HEX #4A4759 Gun Powder

📋 copy color: '#4A4759'

red 74 ◦ green 71 ◦ blue 89

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

Shades of Gun Powder #4A4759

Tints of Gun Powder #4A4759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 31.62%
G = 30.34%
B = 38.03%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A4759 (or 0x4A4759) is known color: Gun Powder. HEX triplet: 4A, 47 and 59. RGB value is (74,71,89). Sum of RGB (Red+Green+Blue) = 74+71+89=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4759 is #B5B8A6. Grayscale: #494949. Windows color (decimal): -11909287 or 5850954. OLE color: 5850954.

HSL color Cylindrical-coordinate representation of color #4A4759: hue angle of 250º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4759 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 71 89 -
CMYK 0.17 0.20 0 0.65
HSL 250º 0.11% 0.31% -
HSV(B) 250º 0.2% 0.35% -
XYZ 6.88 6.68 10.38 -
YUV 73.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 74 71 89 0.17 0.20 0 0.65 250 0.11 0.31
Hex 4A 47 59 11 14 0 41 FA B 1F
Octal 112 107 131 21 24 0 101 372 13 37
Binary 1001010 1000111 1011001 10001 10100 0 1000001 11111010 1011 11111

Color Harmonies of #4A4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4759

Black with #4A4759

Text Example


Text Example

White with #4A4759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,71,89); }

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

background-color css

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

 a { background-color: rgb(74,71,89); }

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

border-color css

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

 span { border-color: rgb(74,71,89); }

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