#493C73

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

Shades of Meteorite #493C73

Tints of Meteorite #493C73

Color information

#493C73 (or 0x493C73) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 73. RGB value is (73,60,115). Sum of RGB (Red+Green+Blue) = 73+60+115=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #493C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C73 is #B6C38C. Grayscale: #454545. Windows color (decimal): -11977613 or 7552073. OLE color: 7552073.

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

Color convert

RGB7360115-
CMYK0.370.4800.55
HSL254.18º31.43%34.31%-
HSV(B)254.18º47.83%45.1%-
XYZ7.465.8916.96-
YUV70.16153.31130.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 60 (23.83% from 255) = 24.19%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=29.44%
G=24.19%
B=46.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73601150.370.4800.55254.1831.4334.31
Hex493C732530037fe1f22
Octal1117416345600673763742
Binary1001001111100111001110010111000001101111111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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