#494160

Color #494160 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #494160

Tints of Meteorite #494160

Color information

#494160 (or 0x494160) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 60. RGB value is (73,65,96). Sum of RGB (Red+Green+Blue) = 73+65+96=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #494160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494160 is #B6BE9F. Grayscale: #464646. Windows color (decimal): -11976352 or 6308169. OLE color: 6308169.

HSL color Cylindrical-coordinate representation of color #494160: hue angle of 255.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494160 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736596-
CMYK0.240.3200.62
HSL255.48º19.25%31.57%-
HSV(B)255.48º32.29%37.65%-
XYZ6.756.0411.88-
YUV70.93142.15129.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=31.20%
G=27.78%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7365960.240.3200.62255.4819.2531.57
Hex494160182003Eff1320
Octal11110114030400763772340
Binary1001001100000111000001100010000001111101111111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494160; }

 p { color: rgb(73,65,96); }

 H1.HeaderClassName
 {
   color: #494160;
 }
 .AnyTagClassName
 {
   color: #494160;
 }
</style>
background-color css

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

 a { background-color: rgb(73,65,96); }

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

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

 span { border-color: rgb(73,65,96); }

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