#494261

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

Shades of Meteorite #494261

Tints of Meteorite #494261

Color information

#494261 (or 0x494261) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 61. RGB value is (73,66,97). Sum of RGB (Red+Green+Blue) = 73+66+97=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #494261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494261 is #B6BD9E. Grayscale: #474747. Windows color (decimal): -11976095 or 6373961. OLE color: 6373961.

HSL color Cylindrical-coordinate representation of color #494261: hue angle of 253.55º 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 #494261 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736697-
CMYK0.250.3200.62
HSL253.55º19.02%31.96%-
HSV(B)253.55º31.96%38.04%-
XYZ6.856.1812.14-
YUV71.63142.32128.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=30.93%
G=27.97%
B=41.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7366970.250.3200.62253.5519.0231.96
Hex494261192003Efe1320
Octal11110214131400763762340
Binary1001001100001011000011100110000001111101111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494261; }

 p { color: rgb(73,66,97); }

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

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

 a { background-color: rgb(73,66,97); }

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

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

 span { border-color: rgb(73,66,97); }

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