#494162

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

Shades of Meteorite #494162

Tints of Meteorite #494162

Color information

#494162 (or 0x494162) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 62. RGB value is (73,65,98). Sum of RGB (Red+Green+Blue) = 73+65+98=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #494162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494162 is #B6BE9D. Grayscale: #474747. Windows color (decimal): -11976350 or 6439241. OLE color: 6439241.

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

Color convert

RGB736598-
CMYK0.260.3400.62
HSL254.55º20.25%31.96%-
HSV(B)254.55º33.67%38.43%-
XYZ6.846.0812.37-
YUV71.15143.15129.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=30.93%
G=27.54%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7365980.260.3400.62254.5520.2531.96
Hex4941621A2203Eff1420
Octal11110114232420763772440
Binary1001001100000111000101101010001001111101111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494162; }

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

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

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

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

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

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

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

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