#493A5E

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

Shades of Meteorite #493A5E

Tints of Meteorite #493A5E

Color information

#493A5E (or 0x493A5E) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 5E. RGB value is (73,58,94). Sum of RGB (Red+Green+Blue) = 73+58+94=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #493A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A5E is #B6C5A1. Grayscale: #424242. Windows color (decimal): -11978146 or 6175305. OLE color: 6175305.

HSL color Cylindrical-coordinate representation of color #493A5E: hue angle of 265º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493A5E is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB735894-
CMYK0.220.3800.63
HSL265º23.68%29.8%-
HSV(B)265º38.3%36.86%-
XYZ6.285.2511.27-
YUV66.59143.47132.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=32.44%
G=25.78%
B=41.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7358940.220.3800.6326523.6829.8
Hex493A5E162603F109181e
Octal1117213626460774113036
Binary100100111101010111101011010011001111111000010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A5E; }

 p { color: rgb(73,58,94); }

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

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

 a { background-color: rgb(73,58,94); }

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

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

 span { border-color: rgb(73,58,94); }

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