Html Css Color HEX #494460 Gun Powder

📋 copy color: '#494460'

red 73 ◦ green 68 ◦ blue 96

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

Shades of Gun Powder #494460

Tints of Gun Powder #494460

RGB

 RED value IS 73 (28.91% from 255) = 30.8%

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 30.8%
G = 28.69%
B = 40.51%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494460 (or 0x494460) is known color: Gun Powder. HEX triplet: 49, 44 and 60. RGB value is (73,68,96). Sum of RGB (Red+Green+Blue) = 73+68+96=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #494460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494460 is #B6BB9F. Grayscale: #484848. Windows color (decimal): -11975584 or 6308937. OLE color: 6308937.

HSL color Cylindrical-coordinate representation of color #494460: hue angle of 250.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494460 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 68 96 -
CMYK 0.24 0.29 0 0.62
HSL 250.71º 0.17% 0.32% -
HSV(B) 250.71º 0.29% 0.38% -
XYZ 6.93 6.4 11.94 -
YUV 72.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 73 68 96 0.24 0.29 0 0.62 250.71 0.17 0.32
Hex 49 44 60 18 1D 0 3E FB 11 20
Octal 111 104 140 30 35 0 76 373 21 40
Binary 1001001 1000100 1100000 11000 11101 0 111110 11111011 10001 100000

Color Harmonies of #494460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494460

Black with #494460

Text Example


Text Example

White with #494460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494460; }

 p { color: rgb(73,68,96); }

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

background-color css

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

 a { background-color: rgb(73,68,96); }

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

border-color css

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

 span { border-color: rgb(73,68,96); }

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