#493366

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

Shades of Meteorite #493366

Tints of Meteorite #493366

Color information

#493366 (or 0x493366) is unknown color: approx Meteorite. HEX triplet: 49, 33 and 66. RGB value is (73,51,102). Sum of RGB (Red+Green+Blue) = 73+51+102=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #493366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493366 is #B6CC99. Grayscale: #3F3F3F. Windows color (decimal): -11979930 or 6697801. OLE color: 6697801.

HSL color Cylindrical-coordinate representation of color #493366: hue angle of 265.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493366 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7351102-
CMYK0.280.500.6
HSL265.88º33.33%30%-
HSV(B)265.88º50%40%-
XYZ6.334.7413.15-
YUV63.39149.79134.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=32.30%
G=22.57%
B=45.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73511020.280.500.6265.8833.3330
Hex4933661C3203C10a211e
Octal1116314634620744124136
Binary1001001110011110011011100110010011110010000101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493366; }

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

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

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

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

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

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

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

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