#493A6D

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

Shades of Meteorite #493A6D

Tints of Meteorite #493A6D

Color information

#493A6D (or 0x493A6D) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 6D. RGB value is (73,58,109). Sum of RGB (Red+Green+Blue) = 73+58+109=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #493A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6D is #B6C592. Grayscale: #444444. Windows color (decimal): -11978131 or 7158345. OLE color: 7158345.

HSL color Cylindrical-coordinate representation of color #493A6D: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493A6D is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7358109-
CMYK0.330.4700.57
HSL257.65º30.54%32.75%-
HSV(B)257.65º46.79%42.75%-
XYZ7.025.5515.17-
YUV68.3150.97131.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=30.42%
G=24.17%
B=45.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73581090.330.4700.57257.6530.5432.75
Hex493A6D212F0391021f21
Octal1117215541570714023741
Binary10010011110101101101100001101111011100110000001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,58,109); }

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

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

 a { background-color: rgb(73,58,109); }

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

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

 span { border-color: rgb(73,58,109); }

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