#493E71

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

Shades of Meteorite #493E71

Tints of Meteorite #493E71

Color information

#493E71 (or 0x493E71) is unknown color: approx Meteorite. HEX triplet: 49, 3E and 71. RGB value is (73,62,113). Sum of RGB (Red+Green+Blue) = 73+62+113=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #493E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E71 is #B6C18E. Grayscale: #464646. Windows color (decimal): -11977103 or 7421513. OLE color: 7421513.

HSL color Cylindrical-coordinate representation of color #493E71: hue angle of 252.94º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493E71 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7362113-
CMYK0.350.4500.56
HSL252.94º29.14%34.31%-
HSV(B)252.94º45.13%44.31%-
XYZ7.456.0516.4-
YUV71.1151.64129.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=29.44%
G=25%
B=45.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73621130.350.4500.56252.9429.1434.31
Hex493E71232D038fd1d22
Octal1117616143550703753542
Binary1001001111110111000110001110110101110001111110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,62,113); }

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

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

 a { background-color: rgb(73,62,113); }

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

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

 span { border-color: rgb(73,62,113); }

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