Html Css Color HEX #4A4660 Gun Powder

📋 copy color: '#4A4660'

red 74 ◦ green 70 ◦ blue 96

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

Shades of Gun Powder #4A4660

Tints of Gun Powder #4A4660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 30.83%
G = 29.17%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4660 (or 0x4A4660) is known color: Gun Powder. HEX triplet: 4A, 46 and 60. RGB value is (74,70,96). Sum of RGB (Red+Green+Blue) = 74+70+96=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4660 is #B5B99F. Grayscale: #4A4A4A. Windows color (decimal): -11909536 or 6309450. OLE color: 6309450.

HSL color Cylindrical-coordinate representation of color #4A4660: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4660 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 70 96 -
CMYK 0.23 0.27 0 0.62
HSL 249.23º 0.16% 0.33% -
HSV(B) 249.23º 0.27% 0.38% -
XYZ 7.13 6.68 11.98 -
YUV 74.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 74 70 96 0.23 0.27 0 0.62 249.23 0.16 0.33
Hex 4A 46 60 17 1B 0 3E F9 10 21
Octal 112 106 140 27 33 0 76 371 20 41
Binary 1001010 1000110 1100000 10111 11011 0 111110 11111001 10000 100001

Color Harmonies of #4A4660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4660

Black with #4A4660

Text Example


Text Example

White with #4A4660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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