#493F68

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

Shades of Meteorite #493F68

Tints of Meteorite #493F68

Color information

#493F68 (or 0x493F68) is unknown color: approx Meteorite. HEX triplet: 49, 3F and 68. RGB value is (73,63,104). Sum of RGB (Red+Green+Blue) = 73+63+104=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #493F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F68 is #B6C097. Grayscale: #464646. Windows color (decimal): -11976856 or 6831945. OLE color: 6831945.

HSL color Cylindrical-coordinate representation of color #493F68: hue angle of 254.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #493F68 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7363104-
CMYK0.300.3900.59
HSL254.63º24.55%32.75%-
HSV(B)254.63º39.42%40.78%-
XYZ7.025.9713.88-
YUV70.66146.81129.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=30.42%
G=26.25%
B=43.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73631040.300.3900.59254.6324.5532.75
Hex493F681E2703Bff1921
Octal1117715036470733773141
Binary100100111111111010001111010011101110111111111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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