#493A61

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

Shades of Meteorite #493A61

Tints of Meteorite #493A61

Color information

#493A61 (or 0x493A61) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 61. RGB value is (73,58,97). Sum of RGB (Red+Green+Blue) = 73+58+97=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #493A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A61 is #B6C59E. Grayscale: #424242. Windows color (decimal): -11978143 or 6371913. OLE color: 6371913.

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

Color convert

RGB735897-
CMYK0.250.4000.62
HSL263.08º25.16%30.39%-
HSV(B)263.08º40.21%38.04%-
XYZ6.425.3112-
YUV66.93144.97132.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=32.02%
G=25.44%
B=42.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7358970.250.4000.62263.0825.1630.39
Hex493A61192803E107191e
Octal1117214131500764073136
Binary100100111101011000011100110100001111101000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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