Html Css Color HEX #4A4560 Gun Powder

📋 copy color: '#4A4560'

red 74 ◦ green 69 ◦ blue 96

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

Shades of Gun Powder #4A4560

Tints of Gun Powder #4A4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 30.96%
G = 28.87%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4560 (or 0x4A4560) is known color: Gun Powder. HEX triplet: 4A, 45 and 60. RGB value is (74,69,96). Sum of RGB (Red+Green+Blue) = 74+69+96=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4560 is #B5BA9F. Grayscale: #494949. Windows color (decimal): -11909792 or 6309194. OLE color: 6309194.

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

Color convert

RGB 74 69 96 -
CMYK 0.23 0.28 0 0.62
HSL 251.11º 0.16% 0.32% -
HSV(B) 251.11º 0.28% 0.38% -
XYZ 7.06 6.56 11.96 -
YUV 73.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 74 69 96 0.23 0.28 0 0.62 251.11 0.16 0.32
Hex 4A 45 60 17 1C 0 3E FB 10 20
Octal 112 105 140 27 34 0 76 373 20 40
Binary 1001010 1000101 1100000 10111 11100 0 111110 11111011 10000 100000

Color Harmonies of #4A4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4560

Black with #4A4560

Text Example


Text Example

White with #4A4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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