#494367

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

Shades of Meteorite #494367

Tints of Meteorite #494367

Color information

#494367 (or 0x494367) is unknown color: approx Meteorite. HEX triplet: 49, 43 and 67. RGB value is (73,67,103). Sum of RGB (Red+Green+Blue) = 73+67+103=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #494367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494367 is #B6BC98. Grayscale: #484848. Windows color (decimal): -11975833 or 6767433. OLE color: 6767433.

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

Color convert

RGB7367103-
CMYK0.290.3500.60
HSL250º21.18%33.33%-
HSV(B)250º34.95%40.39%-
XYZ7.26.4113.69-
YUV72.9144.99128.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=30.04%
G=27.57%
B=42.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73671030.290.3500.6025021.1833.33
Hex4943671D2303Cfa1521
Octal11110314735430743722541
Binary1001001100001111001111110110001101111001111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494367; }

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

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

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

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

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

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

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

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