Html Css Color HEX #494652 Gun Powder

📋 copy color: '#494652'

red 73 ◦ green 70 ◦ blue 82

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

Shades of Gun Powder #494652

Tints of Gun Powder #494652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.44%

R = 32.44%
G = 31.11%
B = 36.44%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494652 (or 0x494652) is known color: Gun Powder. HEX triplet: 49, 46 and 52. RGB value is (73,70,82). Sum of RGB (Red+Green+Blue) = 73+70+82=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #494652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494652 is #B6B9AD. Grayscale: #484848. Windows color (decimal): -11975086 or 5391945. OLE color: 5391945.

HSL color Cylindrical-coordinate representation of color #494652: hue angle of 255º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494652 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 70 82 -
CMYK 0.11 0.15 0 0.68
HSL 255º 0.08% 0.3% -
HSV(B) 255º 0.15% 0.32% -
XYZ 6.46 6.41 8.88 -
YUV 72.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 73 70 82 0.11 0.15 0 0.68 255 0.08 0.3
Hex 49 46 52 B F 0 44 FF 8 1E
Octal 111 106 122 13 17 0 104 377 10 36
Binary 1001001 1000110 1010010 1011 1111 0 1000100 11111111 1000 11110

Color Harmonies of #494652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494652

Black with #494652

Text Example


Text Example

White with #494652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494652; }

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

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

background-color css

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

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

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

border-color css

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

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

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