#493964

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

Shades of Meteorite #493964

Tints of Meteorite #493964

Color information

#493964 (or 0x493964) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 64. RGB value is (73,57,100). Sum of RGB (Red+Green+Blue) = 73+57+100=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #493964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493964 is #B6C69B. Grayscale: #424242. Windows color (decimal): -11978396 or 6568265. OLE color: 6568265.

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

Color convert

RGB7357100-
CMYK0.270.4300.61
HSL262.33º27.39%30.78%-
HSV(B)262.33º43%39.22%-
XYZ6.515.2612.73-
YUV66.69146.8132.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=31.74%
G=24.78%
B=43.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73571000.270.4300.61262.3327.3930.78
Hex4939641B2B03D1061b1f
Octal1117114433530754063337
Binary100100111100111001001101110101101111011000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493964; }

 p { color: rgb(73,57,100); }

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

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

 a { background-color: rgb(73,57,100); }

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

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

 span { border-color: rgb(73,57,100); }

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