#493971

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

Shades of Meteorite #493971

Tints of Meteorite #493971

Color information

#493971 (or 0x493971) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 71. RGB value is (73,57,113). Sum of RGB (Red+Green+Blue) = 73+57+113=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #493971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493971 is #B6C68E. Grayscale: #434343. Windows color (decimal): -11978383 or 7420233. OLE color: 7420233.

HSL color Cylindrical-coordinate representation of color #493971: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493971 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7357113-
CMYK0.350.5000.56
HSL257.14º32.94%33.33%-
HSV(B)257.14º49.56%44.31%-
XYZ7.195.5316.31-
YUV68.17153.3131.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=30.04%
G=23.46%
B=46.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73571130.350.5000.56257.1432.9433.33
Hex49397123320381012121
Octal1117116143620704014141
Binary100100111100111100011000111100100111000100000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493971; }

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

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

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

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

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

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

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

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