#494063

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

Shades of Meteorite #494063

Tints of Meteorite #494063

Color information

#494063 (or 0x494063) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 63. RGB value is (73,64,99). Sum of RGB (Red+Green+Blue) = 73+64+99=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #494063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494063 is #B6BF9C. Grayscale: #464646. Windows color (decimal): -11976605 or 6504521. OLE color: 6504521.

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

Color convert

RGB736499-
CMYK0.260.3500.61
HSL255.43º21.47%31.96%-
HSV(B)255.43º35.35%38.82%-
XYZ6.835.9812.6-
YUV70.68143.98129.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=30.93%
G=27.12%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7364990.260.3500.61255.4321.4731.96
Hex4940631A2303Dff1520
Octal11110014332430753772540
Binary1001001100000011000111101010001101111011111111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494063; }

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

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

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

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

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

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

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

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