#494060

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

Shades of Meteorite #494060

Tints of Meteorite #494060

Color information

#494060 (or 0x494060) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 60. RGB value is (73,64,96). Sum of RGB (Red+Green+Blue) = 73+64+96=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #494060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494060 is #B6BF9F. Grayscale: #464646. Windows color (decimal): -11976608 or 6307913. OLE color: 6307913.

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

Color convert

RGB736496-
CMYK0.240.3300.62
HSL256.88º20%31.37%-
HSV(B)256.88º33.33%37.65%-
XYZ6.695.9311.86-
YUV70.34142.48129.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=31.33%
G=27.47%
B=41.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7364960.240.3300.62256.882031.37
Hex494060182103E101141f
Octal11110014030410764012437
Binary1001001100000011000001100010000101111101000000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494060; }

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

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

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

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

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

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

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

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