#493B59

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

Shades of Meteorite #493B59

Tints of Meteorite #493B59

Color information

#493B59 (or 0x493B59) is unknown color: approx Meteorite. HEX triplet: 49, 3B and 59. RGB value is (73,59,89). Sum of RGB (Red+Green+Blue) = 73+59+89=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #493B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B59 is #B6C4A6. Grayscale: #424242. Windows color (decimal): -11977895 or 5847881. OLE color: 5847881.

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

Color convert

RGB735989-
CMYK0.180.3400.65
HSL268º20.27%29.02%-
HSV(B)268º33.71%34.9%-
XYZ6.115.2710.15-
YUV66.61140.64132.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=33.03%
G=26.70%
B=40.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7359890.180.3400.6526820.2729.02
Hex493B59122204110c141d
Octal11173131224201014142435
Binary1001001111011101100110010100010010000011000011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,89); }

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

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

 a { background-color: rgb(73,59,89); }

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

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

 span { border-color: rgb(73,59,89); }

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