#493A74

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

Shades of Meteorite #493A74

Tints of Meteorite #493A74

Color information

#493A74 (or 0x493A74) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 74. RGB value is (73,58,116). Sum of RGB (Red+Green+Blue) = 73+58+116=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #493A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A74 is #B6C58B. Grayscale: #444444. Windows color (decimal): -11978124 or 7617097. OLE color: 7617097.

HSL color Cylindrical-coordinate representation of color #493A74: hue angle of 255.52º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493A74 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7358116-
CMYK0.370.500.55
HSL255.52º33.33%34.12%-
HSV(B)255.52º50%45.49%-
XYZ7.415.717.23-
YUV69.1154.47130.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=29.55%
G=23.48%
B=46.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73581160.370.500.55255.5233.3334.12
Hex493A7425320371002122
Octal1117216445620674004142
Binary100100111101011101001001011100100110111100000000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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