#493B60

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

Shades of Meteorite #493B60

Tints of Meteorite #493B60

Color information

#493B60 (or 0x493B60) is unknown color: approx Meteorite. HEX triplet: 49, 3B and 60. RGB value is (73,59,96). Sum of RGB (Red+Green+Blue) = 73+59+96=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #493B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B60 is #B6C49F. Grayscale: #434343. Windows color (decimal): -11977888 or 6306633. OLE color: 6306633.

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

Color convert

RGB735996-
CMYK0.240.3900.62
HSL262.7º23.87%30.39%-
HSV(B)262.7º38.54%37.65%-
XYZ6.425.3911.77-
YUV67.4144.14131.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=32.02%
G=25.88%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7359960.240.3900.62262.723.8730.39
Hex493B60182703E107181e
Octal1117314030470764073036
Binary100100111101111000001100010011101111101000001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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