Html Css Color HEX #4A4659 Gun Powder

📋 copy color: '#4A4659'

red 74 ◦ green 70 ◦ blue 89

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

Shades of Gun Powder #4A4659

Tints of Gun Powder #4A4659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 31.76%
G = 30.04%
B = 38.2%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A4659 (or 0x4A4659) is known color: Gun Powder. HEX triplet: 4A, 46 and 59. RGB value is (74,70,89). Sum of RGB (Red+Green+Blue) = 74+70+89=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4659 is #B5B9A6. Grayscale: #494949. Windows color (decimal): -11909543 or 5850698. OLE color: 5850698.

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

Color convert

RGB 74 70 89 -
CMYK 0.17 0.21 0 0.65
HSL 252.63º 0.12% 0.31% -
HSV(B) 252.63º 0.21% 0.35% -
XYZ 6.82 6.56 10.36 -
YUV 73.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 74 70 89 0.17 0.21 0 0.65 252.63 0.12 0.31
Hex 4A 46 59 11 15 0 41 FD C 1F
Octal 112 106 131 21 25 0 101 375 14 37
Binary 1001010 1000110 1011001 10001 10101 0 1000001 11111101 1100 11111

Color Harmonies of #4A4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4659

Black with #4A4659

Text Example


Text Example

White with #4A4659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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