#493C59

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

Shades of Meteorite #493C59

Tints of Meteorite #493C59

Color information

#493C59 (or 0x493C59) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 59. RGB value is (73,60,89). Sum of RGB (Red+Green+Blue) = 73+60+89=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #493C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C59 is #B6C3A6. Grayscale: #434343. Windows color (decimal): -11977639 or 5848137. OLE color: 5848137.

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

Color convert

RGB736089-
CMYK0.180.3300.65
HSL266.9º19.46%29.22%-
HSV(B)266.9º32.58%34.9%-
XYZ6.175.3710.16-
YUV67.19140.31132.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=32.88%
G=27.03%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7360890.180.3300.65266.919.4629.22
Hex493C59122104110b131d
Octal11174131224101014132335
Binary1001001111100101100110010100001010000011000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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