#493464

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

Shades of Meteorite #493464

Tints of Meteorite #493464

Color information

#493464 (or 0x493464) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 64. RGB value is (73,52,100). Sum of RGB (Red+Green+Blue) = 73+52+100=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #493464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493464 is #B6CB9B. Grayscale: #3F3F3F. Windows color (decimal): -11979676 or 6566985. OLE color: 6566985.

HSL color Cylindrical-coordinate representation of color #493464: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493464 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7352100-
CMYK0.270.4800.61
HSL266.25º31.58%29.8%-
HSV(B)266.25º48%39.22%-
XYZ6.284.7912.65-
YUV63.75148.46134.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=32.44%
G=23.11%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73521000.270.4800.61266.2531.5829.8
Hex4934641B3003D10a201e
Octal1116414433600754124036
Binary1001001110100110010011011110000011110110000101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493464; }

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

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

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

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

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

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

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

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