Html Css Color HEX #4A465F Gun Powder

📋 copy color: '#4A465F'

red 74 ◦ green 70 ◦ blue 95

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

Shades of Gun Powder #4A465F

Tints of Gun Powder #4A465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 30.96%
G = 29.29%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A465F (or 0x4A465F) is known color: Gun Powder. HEX triplet: 4A, 46 and 5F. RGB value is (74,70,95). Sum of RGB (Red+Green+Blue) = 74+70+95=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A465F is #B5B9A0. Grayscale: #494949. Windows color (decimal): -11909537 or 6243914. OLE color: 6243914.

HSL color Cylindrical-coordinate representation of color #4A465F: hue angle of 249.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A465F is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 70 95 -
CMYK 0.22 0.26 0 0.63
HSL 249.6º 0.15% 0.32% -
HSV(B) 249.6º 0.26% 0.37% -
XYZ 7.08 6.66 11.74 -
YUV 74.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 74 70 95 0.22 0.26 0 0.63 249.6 0.15 0.32
Hex 4A 46 5F 16 1A 0 3F FA F 20
Octal 112 106 137 26 32 0 77 372 17 40
Binary 1001010 1000110 1011111 10110 11010 0 111111 11111010 1111 100000

Color Harmonies of #4A465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A465F

Black with #4A465F

Text Example


Text Example

White with #4A465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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