#493460

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

Shades of Meteorite #493460

Tints of Meteorite #493460

Color information

#493460 (or 0x493460) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 60. RGB value is (73,52,96). Sum of RGB (Red+Green+Blue) = 73+52+96=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #493460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493460 is #B6CB9F. Grayscale: #3F3F3F. Windows color (decimal): -11979680 or 6304841. OLE color: 6304841.

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

Color convert

RGB735296-
CMYK0.240.4600.62
HSL268.64º29.73%29.02%-
HSV(B)268.64º45.83%37.65%-
XYZ6.094.7211.66-
YUV63.3146.46134.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=33.03%
G=23.53%
B=43.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7352960.240.4600.62268.6429.7329.02
Hex493460182E03E10d1e1d
Octal1116414030560764153635
Binary100100111010011000001100010111001111101000011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493460; }

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

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

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

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

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

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

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

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