Html Css Color HEX #494563 Gun Powder

📋 copy color: '#494563'

red 73 ◦ green 69 ◦ blue 99

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

Shades of Gun Powder #494563

Tints of Gun Powder #494563

RGB

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

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

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

R = 30.29%
G = 28.63%
B = 41.08%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494563 (or 0x494563) is known color: Gun Powder. HEX triplet: 49, 45 and 63. RGB value is (73,69,99). Sum of RGB (Red+Green+Blue) = 73+69+99=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #494563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494563 is #B6BA9C. Grayscale: #494949. Windows color (decimal): -11975325 or 6505801. OLE color: 6505801.

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

Color convert

RGB 73 69 99 -
CMYK 0.26 0.30 0 0.61
HSL 248º 0.18% 0.33% -
HSV(B) 248º 0.3% 0.39% -
XYZ 7.13 6.57 12.7 -
YUV 73.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 73 69 99 0.26 0.30 0 0.61 248 0.18 0.33
Hex 49 45 63 1A 1E 0 3D F8 12 21
Octal 111 105 143 32 36 0 75 370 22 41
Binary 1001001 1000101 1100011 11010 11110 0 111101 11111000 10010 100001

Color Harmonies of #494563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494563

Black with #494563

Text Example


Text Example

White with #494563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494563; }

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

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

background-color css

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

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

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

border-color css

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

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

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