#493B68

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

Shades of Meteorite #493B68

Tints of Meteorite #493B68

Color information

#493B68 (or 0x493B68) is unknown color: approx Meteorite. HEX triplet: 49, 3B and 68. RGB value is (73,59,104). Sum of RGB (Red+Green+Blue) = 73+59+104=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #493B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B68 is #B6C497. Grayscale: #444444. Windows color (decimal): -11977880 or 6830921. OLE color: 6830921.

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

Color convert

RGB7359104-
CMYK0.300.4300.59
HSL258.67º27.61%31.96%-
HSV(B)258.67º43.27%40.78%-
XYZ6.815.5413.81-
YUV68.32148.14131.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=30.93%
G=25%
B=44.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73591040.300.4300.59258.6727.6131.96
Hex493B681E2B03B1031c20
Octal1117315036530734033440
Binary1001001111011110100011110101011011101110000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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