Html Css Color HEX #4A465B Gun Powder

📋 copy color: '#4A465B'

red 74 ◦ green 70 ◦ blue 91

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

Shades of Gun Powder #4A465B

Tints of Gun Powder #4A465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 31.49%
G = 29.79%
B = 38.72%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A465B (or 0x4A465B) is known color: Gun Powder. HEX triplet: 4A, 46 and 5B. RGB value is (74,70,91). Sum of RGB (Red+Green+Blue) = 74+70+91=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A465B is #B5B9A4. Grayscale: #494949. Windows color (decimal): -11909541 or 5981770. OLE color: 5981770.

HSL color Cylindrical-coordinate representation of color #4A465B: hue angle of 251.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A465B is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 70 91 -
CMYK 0.19 0.23 0 0.64
HSL 251.43º 0.13% 0.32% -
HSV(B) 251.43º 0.23% 0.36% -
XYZ 6.9 6.59 10.81 -
YUV 73.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 74 70 91 0.19 0.23 0 0.64 251.43 0.13 0.32
Hex 4A 46 5B 13 17 0 40 FB D 20
Octal 112 106 133 23 27 0 100 373 15 40
Binary 1001010 1000110 1011011 10011 10111 0 1000000 11111011 1101 100000

Color Harmonies of #4A465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A465B

Black with #4A465B

Text Example


Text Example

White with #4A465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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