#494365

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

Shades of Meteorite #494365

Tints of Meteorite #494365

Color information

#494365 (or 0x494365) is unknown color: approx Meteorite. HEX triplet: 49, 43 and 65. RGB value is (73,67,101). Sum of RGB (Red+Green+Blue) = 73+67+101=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #494365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494365 is #B6BC9A. Grayscale: #484848. Windows color (decimal): -11975835 or 6636361. OLE color: 6636361.

HSL color Cylindrical-coordinate representation of color #494365: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494365 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7367101-
CMYK0.280.3400.60
HSL250.59º20.24%32.94%-
HSV(B)250.59º33.66%39.61%-
XYZ7.16.3713.17-
YUV72.67143.99128.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=30.29%
G=27.80%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73671010.280.3400.60250.5920.2432.94
Hex4943651C2203Cfb1421
Octal11110314534420743732441
Binary1001001100001111001011110010001001111001111101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494365; }

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

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

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

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

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

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

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

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