#493C6A

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

Shades of Meteorite #493C6A

Tints of Meteorite #493C6A

Color information

#493C6A (or 0x493C6A) is unknown color: approx Meteorite. HEX triplet: 49, 3C and 6A. RGB value is (73,60,106). Sum of RGB (Red+Green+Blue) = 73+60+106=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #493C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C6A is #B6C395. Grayscale: #444444. Windows color (decimal): -11977622 or 6962249. OLE color: 6962249.

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

Color convert

RGB7360106-
CMYK0.310.4300.58
HSL256.96º27.71%32.55%-
HSV(B)256.96º43.4%41.57%-
XYZ6.975.6914.37-
YUV69.13148.81130.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=30.54%
G=25.10%
B=44.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73601060.310.4300.58256.9627.7132.55
Hex493C6A1F2B03A1011c21
Octal1117415237530724013441
Binary1001001111100110101011111101011011101010000000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,106); }

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

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

 a { background-color: rgb(73,60,106); }

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

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

 span { border-color: rgb(73,60,106); }

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