Html Css Color HEX #494662 Gun Powder

📋 copy color: '#494662'

red 73 ◦ green 70 ◦ blue 98

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

Shades of Gun Powder #494662

Tints of Gun Powder #494662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 30.29%
G = 29.05%
B = 40.66%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494662 (or 0x494662) is known color: Gun Powder. HEX triplet: 49, 46 and 62. RGB value is (73,70,98). Sum of RGB (Red+Green+Blue) = 73+70+98=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #494662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494662 is #B6B99D. Grayscale: #494949. Windows color (decimal): -11975070 or 6440521. OLE color: 6440521.

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

Color convert

RGB 73 70 98 -
CMYK 0.26 0.29 0 0.62
HSL 246.43º 0.17% 0.33% -
HSV(B) 246.43º 0.29% 0.38% -
XYZ 7.14 6.68 12.47 -
YUV 74.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 73 70 98 0.26 0.29 0 0.62 246.43 0.17 0.33
Hex 49 46 62 1A 1D 0 3E F6 11 21
Octal 111 106 142 32 35 0 76 366 21 41
Binary 1001001 1000110 1100010 11010 11101 0 111110 11110110 10001 100001

Color Harmonies of #494662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494662

Black with #494662

Text Example


Text Example

White with #494662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494662; }

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

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

background-color css

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

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

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

border-color css

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

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

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