#493468

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

Shades of Meteorite #493468

Tints of Meteorite #493468

Color information

#493468 (or 0x493468) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 68. RGB value is (73,52,104). Sum of RGB (Red+Green+Blue) = 73+52+104=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #493468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493468 is #B6CB97. Grayscale: #404040. Windows color (decimal): -11979672 or 6829129. OLE color: 6829129.

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

Color convert

RGB7352104-
CMYK0.300.5000.59
HSL264.23º33.33%30.59%-
HSV(B)264.23º50%40.78%-
XYZ6.474.8713.7-
YUV64.21150.46134.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=31.88%
G=22.71%
B=45.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73521040.300.5000.59264.2333.3330.59
Hex4934681E3203B108211f
Octal1116415036620734104137
Binary1001001110100110100011110110010011101110000100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493468; }

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

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

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

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

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

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

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

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