#493660

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

Shades of Meteorite #493660

Tints of Meteorite #493660

Color information

#493660 (or 0x493660) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 60. RGB value is (73,54,96). Sum of RGB (Red+Green+Blue) = 73+54+96=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #493660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493660 is #B6C99F. Grayscale: #404040. Windows color (decimal): -11979168 or 6305353. OLE color: 6305353.

HSL color Cylindrical-coordinate representation of color #493660: hue angle of 267.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493660 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB735496-
CMYK0.240.4400.62
HSL267.14º28%29.41%-
HSV(B)267.14º43.75%37.65%-
XYZ6.184.911.69-
YUV64.47145.79134.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=32.74%
G=24.22%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7354960.240.4400.62267.142829.41
Hex493660182C03E10b1c1d
Octal1116614030540764133435
Binary100100111011011000001100010110001111101000010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493660; }

 p { color: rgb(73,54,96); }

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

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

 a { background-color: rgb(73,54,96); }

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

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

 span { border-color: rgb(73,54,96); }

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