#493672

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

Shades of Meteorite #493672

Tints of Meteorite #493672

Color information

#493672 (or 0x493672) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 72. RGB value is (73,54,114). Sum of RGB (Red+Green+Blue) = 73+54+114=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #493672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493672 is #B6C98D. Grayscale: #424242. Windows color (decimal): -11979150 or 7485001. OLE color: 7485001.

HSL color Cylindrical-coordinate representation of color #493672: hue angle of 259º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493672 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7354114-
CMYK0.360.5300.55
HSL259º35.71%32.94%-
HSV(B)259º52.63%44.71%-
XYZ7.15.2716.56-
YUV66.52154.79132.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=30.29%
G=22.41%
B=47.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73541140.360.5300.5525935.7132.94
Hex49367224350371032421
Octal1116616244650674034441
Binary100100111011011100101001001101010110111100000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493672; }

 p { color: rgb(73,54,114); }

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

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

 a { background-color: rgb(73,54,114); }

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

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

 span { border-color: rgb(73,54,114); }

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