#493961

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

Shades of Meteorite #493961

Tints of Meteorite #493961

Color information

#493961 (or 0x493961) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 61. RGB value is (73,57,97). Sum of RGB (Red+Green+Blue) = 73+57+97=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #493961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493961 is #B6C69E. Grayscale: #424242. Windows color (decimal): -11978399 or 6371657. OLE color: 6371657.

HSL color Cylindrical-coordinate representation of color #493961: hue angle of 264º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493961 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB735797-
CMYK0.250.4100.62
HSL264º25.97%30.2%-
HSV(B)264º41.24%38.04%-
XYZ6.375.2111.98-
YUV66.34145.3132.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=32.16%
G=25.11%
B=42.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7357970.250.4100.6226425.9730.2
Hex493961192903E1081a1e
Octal1117114131510764103236
Binary100100111100111000011100110100101111101000010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493961; }

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

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

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

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

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

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

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

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