#494061

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

Shades of Meteorite #494061

Tints of Meteorite #494061

Color information

#494061 (or 0x494061) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 61. RGB value is (73,64,97). Sum of RGB (Red+Green+Blue) = 73+64+97=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #494061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494061 is #B6BF9E. Grayscale: #464646. Windows color (decimal): -11976607 or 6373449. OLE color: 6373449.

HSL color Cylindrical-coordinate representation of color #494061: hue angle of 256.36º 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 #494061 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736497-
CMYK0.250.3400.62
HSL256.36º20.5%31.57%-
HSV(B)256.36º34.02%38.04%-
XYZ6.745.9512.1-
YUV70.45142.98129.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=31.20%
G=27.35%
B=41.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7364970.250.3400.62256.3620.531.57
Hex494061192203E1001420
Octal11110014131420764002440
Binary10010011000000110000111001100010011111010000000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494061; }

 p { color: rgb(73,64,97); }

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

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

 a { background-color: rgb(73,64,97); }

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

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

 span { border-color: rgb(73,64,97); }

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