#493566

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

Shades of Meteorite #493566

Tints of Meteorite #493566

Color information

#493566 (or 0x493566) is unknown color: approx Meteorite. HEX triplet: 49, 35 and 66. RGB value is (73,53,102). Sum of RGB (Red+Green+Blue) = 73+53+102=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #493566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493566 is #B6CA99. Grayscale: #404040. Windows color (decimal): -11979418 or 6698313. OLE color: 6698313.

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

Color convert

RGB7353102-
CMYK0.280.4800.6
HSL264.49º31.61%30.39%-
HSV(B)264.49º48.04%40%-
XYZ6.424.9213.18-
YUV64.57149.13134.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=32.02%
G=23.25%
B=44.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73531020.280.4800.6264.4931.6130.39
Hex4935661C3003C108201e
Octal1116514634600744104036
Binary1001001110101110011011100110000011110010000100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493566; }

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

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

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

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

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

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

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

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