#493369

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

Shades of Meteorite #493369

Tints of Meteorite #493369

Color information

#493369 (or 0x493369) is unknown color: approx Meteorite. HEX triplet: 49, 33 and 69. RGB value is (73,51,105). Sum of RGB (Red+Green+Blue) = 73+51+105=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #493369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493369 is #B6CC96. Grayscale: #3F3F3F. Windows color (decimal): -11979927 or 6894409. OLE color: 6894409.

HSL color Cylindrical-coordinate representation of color #493369: hue angle of 264.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493369 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7351105-
CMYK0.300.5100.59
HSL264.44º34.62%30.59%-
HSV(B)264.44º51.43%41.18%-
XYZ6.484.813.95-
YUV63.73151.29134.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=31.88%
G=22.27%
B=45.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73511050.300.5100.59264.4434.6230.59
Hex4933691E3303B108231f
Octal1116315136630734104337
Binary1001001110011110100111110110011011101110000100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493369; }

 p { color: rgb(73,51,105); }

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

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

 a { background-color: rgb(73,51,105); }

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

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

 span { border-color: rgb(73,51,105); }

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