#493A65

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

Shades of Meteorite #493A65

Tints of Meteorite #493A65

Color information

#493A65 (or 0x493A65) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 65. RGB value is (73,58,101). Sum of RGB (Red+Green+Blue) = 73+58+101=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #493A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A65 is #B6C59A. Grayscale: #434343. Windows color (decimal): -11978139 or 6634057. OLE color: 6634057.

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

Color convert

RGB7358101-
CMYK0.280.4300.60
HSL260.93º27.04%31.18%-
HSV(B)260.93º42.57%39.61%-
XYZ6.615.3813-
YUV67.39146.97132-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=31.47%
G=25%
B=43.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73581010.280.4300.60260.9327.0431.18
Hex493A651C2B03C1051b1f
Octal1117214534530744053337
Binary100100111101011001011110010101101111001000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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