Html Css Color HEX #494855 Gun Powder

📋 copy color: '#494855'

red 73 ◦ green 72 ◦ blue 85

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

Shades of Gun Powder #494855

Tints of Gun Powder #494855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 31.74%
G = 31.3%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494855 (or 0x494855) is known color: Gun Powder. HEX triplet: 49, 48 and 55. RGB value is (73,72,85). Sum of RGB (Red+Green+Blue) = 73+72+85=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #494855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494855 is #B6B7AA. Grayscale: #494949. Windows color (decimal): -11974571 or 5589065. OLE color: 5589065.

HSL color Cylindrical-coordinate representation of color #494855: hue angle of 244.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494855 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 72 85 -
CMYK 0.14 0.15 0 0.67
HSL 244.62º 0.08% 0.31% -
HSV(B) 244.62º 0.15% 0.33% -
XYZ 6.7 6.71 9.54 -
YUV 73.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 73 72 85 0.14 0.15 0 0.67 244.62 0.08 0.31
Hex 49 48 55 E F 0 43 F5 8 1F
Octal 111 110 125 16 17 0 103 365 10 37
Binary 1001001 1001000 1010101 1110 1111 0 1000011 11110101 1000 11111

Color Harmonies of #494855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494855

Black with #494855

Text Example


Text Example

White with #494855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494855; }

 p { color: rgb(73,72,85); }

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

background-color css

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

 a { background-color: rgb(73,72,85); }

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

border-color css

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

 span { border-color: rgb(73,72,85); }

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