#494066

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

Shades of Meteorite #494066

Tints of Meteorite #494066

Color information

#494066 (or 0x494066) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 66. RGB value is (73,64,102). Sum of RGB (Red+Green+Blue) = 73+64+102=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #494066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494066 is #B6BF99. Grayscale: #464646. Windows color (decimal): -11976602 or 6701129. OLE color: 6701129.

HSL color Cylindrical-coordinate representation of color #494066: hue angle of 254.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494066 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7364102-
CMYK0.280.3700.6
HSL254.21º22.89%32.55%-
HSV(B)254.21º37.25%40%-
XYZ6.986.0413.37-
YUV71.02145.48129.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=30.54%
G=26.78%
B=42.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73641020.280.3700.6254.2122.8932.55
Hex4940661C2503Cfe1721
Octal11110014634450743762741
Binary1001001100000011001101110010010101111001111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494066; }

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

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

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

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

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

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

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

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