#493563

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

Shades of Meteorite #493563

Tints of Meteorite #493563

Color information

#493563 (or 0x493563) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 63. RGB value is (73,53,99). Sum of RGB (Red+Green+Blue) = 73+53+99=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #493563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493563 is #B6CA9C. Grayscale: #404040. Windows color (decimal): -11979421 or 6501705. OLE color: 6501705.

HSL color Cylindrical-coordinate representation of color #493563: hue angle of 266.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493563 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB735399-
CMYK0.260.4600.61
HSL266.09º30.26%29.8%-
HSV(B)266.09º46.46%38.82%-
XYZ6.274.8612.41-
YUV64.22147.63134.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 99 (39.06% from 255) = 44%
R=32.44%
G=23.56%
B=44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7353990.260.4600.61266.0930.2629.8
Hex4935631A2E03D10a1e1e
Octal1116514332560754123636
Binary100100111010111000111101010111001111011000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493563; }

 p { color: rgb(73,53,99); }

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

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

 a { background-color: rgb(73,53,99); }

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

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

 span { border-color: rgb(73,53,99); }

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