#493F63

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

Shades of Meteorite #493F63

Tints of Meteorite #493F63

Color information

#493F63 (or 0x493F63) is unknown color: approx Meteorite. HEX triplet: 49, 3F and 63. RGB value is (73,63,99). Sum of RGB (Red+Green+Blue) = 73+63+99=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #493F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F63 is #B6C09C. Grayscale: #454545. Windows color (decimal): -11976861 or 6504265. OLE color: 6504265.

HSL color Cylindrical-coordinate representation of color #493F63: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493F63 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB736399-
CMYK0.260.3600.61
HSL256.67º22.22%31.76%-
HSV(B)256.67º36.36%38.82%-
XYZ6.785.8712.58-
YUV70.09144.31130.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=31.06%
G=26.81%
B=42.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7363990.260.3600.61256.6722.2231.76
Hex493F631A2403D1011620
Octal1117714332440754012640
Binary1001001111111110001111010100100011110110000000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,99); }

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

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

 a { background-color: rgb(73,63,99); }

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

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

 span { border-color: rgb(73,63,99); }

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