#493A5C

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

Shades of Meteorite #493A5C

Tints of Meteorite #493A5C

Color information

#493A5C (or 0x493A5C) is unknown color: approx Meteorite. HEX triplet: 49, 3A and 5C. RGB value is (73,58,92). Sum of RGB (Red+Green+Blue) = 73+58+92=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #493A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A5C is #B6C5A3. Grayscale: #424242. Windows color (decimal): -11978148 or 6044233. OLE color: 6044233.

HSL color Cylindrical-coordinate representation of color #493A5C: hue angle of 266.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493A5C is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735892-
CMYK0.210.3700.64
HSL266.47º22.67%29.41%-
HSV(B)266.47º36.96%36.08%-
XYZ6.195.2210.81-
YUV66.36142.47132.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=32.74%
G=26.01%
B=41.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7358920.210.3700.64266.4722.6729.41
Hex493A5C152504010a171d
Octal11172134254501004122735
Binary1001001111010101110010101100101010000001000010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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