#494362

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

Shades of Meteorite #494362

Tints of Meteorite #494362

Color information

#494362 (or 0x494362) is unknown color: approx Meteorite. HEX triplet: 49, 43 and 62. RGB value is (73,67,98). Sum of RGB (Red+Green+Blue) = 73+67+98=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #494362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494362 is #B6BC9D. Grayscale: #484848. Windows color (decimal): -11975838 or 6439753. OLE color: 6439753.

HSL color Cylindrical-coordinate representation of color #494362: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494362 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736798-
CMYK0.260.3200.62
HSL251.61º18.79%32.35%-
HSV(B)251.61º31.63%38.43%-
XYZ6.966.3112.41-
YUV72.33142.49128.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=30.67%
G=28.15%
B=41.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7367980.260.3200.62251.6118.7932.35
Hex4943621A2003Efc1320
Octal11110314232400763742340
Binary1001001100001111000101101010000001111101111110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494362; }

 p { color: rgb(73,67,98); }

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

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

 a { background-color: rgb(73,67,98); }

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

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

 span { border-color: rgb(73,67,98); }

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