Html Css Color HEX #494663 Gun Powder

📋 copy color: '#494663'

red 73 ◦ green 70 ◦ blue 99

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

Shades of Gun Powder #494663

Tints of Gun Powder #494663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 30.17%
G = 28.93%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494663 (or 0x494663) is known color: Gun Powder. HEX triplet: 49, 46 and 63. RGB value is (73,70,99). Sum of RGB (Red+Green+Blue) = 73+70+99=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #494663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494663 is #B6B99C. Grayscale: #4A4A4A. Windows color (decimal): -11975069 or 6506057. OLE color: 6506057.

HSL color Cylindrical-coordinate representation of color #494663: hue angle of 246.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494663 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 70 99 -
CMYK 0.26 0.29 0 0.61
HSL 246.21º 0.17% 0.33% -
HSV(B) 246.21º 0.29% 0.39% -
XYZ 7.19 6.7 12.72 -
YUV 74.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 73 70 99 0.26 0.29 0 0.61 246.21 0.17 0.33
Hex 49 46 63 1A 1D 0 3D F6 11 21
Octal 111 106 143 32 35 0 75 366 21 41
Binary 1001001 1000110 1100011 11010 11101 0 111101 11110110 10001 100001

Color Harmonies of #494663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494663

Black with #494663

Text Example


Text Example

White with #494663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494663; }

 p { color: rgb(73,70,99); }

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

background-color css

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

 a { background-color: rgb(73,70,99); }

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

border-color css

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

 span { border-color: rgb(73,70,99); }

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