#494163

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

Shades of Meteorite #494163

Tints of Meteorite #494163

Color information

#494163 (or 0x494163) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 63. RGB value is (73,65,99). Sum of RGB (Red+Green+Blue) = 73+65+99=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #494163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494163 is #B6BE9C. Grayscale: #474747. Windows color (decimal): -11976349 or 6504777. OLE color: 6504777.

HSL color Cylindrical-coordinate representation of color #494163: hue angle of 254.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494163 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB736599-
CMYK0.260.3400.61
HSL254.12º20.73%32.16%-
HSV(B)254.12º34.34%38.82%-
XYZ6.896.112.62-
YUV71.27143.65129.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=30.80%
G=27.43%
B=41.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7365990.260.3400.61254.1220.7332.16
Hex4941631A2203Dfe1520
Octal11110114332420753762540
Binary1001001100000111000111101010001001111011111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494163; }

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

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

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

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

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

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

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

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