#493E5E

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

Shades of Meteorite #493E5E

Tints of Meteorite #493E5E

Color information

#493E5E (or 0x493E5E) is unknown color: approx Meteorite. HEX triplet: 49, 3E and 5E. RGB value is (73,62,94). Sum of RGB (Red+Green+Blue) = 73+62+94=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #493E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E5E is #B6C1A1. Grayscale: #444444. Windows color (decimal): -11977122 or 6176329. OLE color: 6176329.

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

Color convert

RGB736294-
CMYK0.220.3400.63
HSL260.62º20.51%30.59%-
HSV(B)260.62º34.04%36.86%-
XYZ6.495.6711.34-
YUV68.94142.14130.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=31.88%
G=27.07%
B=41.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7362940.220.3400.63260.6220.5130.59
Hex493E5E162203F105151f
Octal1117613626420774052537
Binary100100111111010111101011010001001111111000001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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