#494268

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

Shades of Meteorite #494268

Tints of Meteorite #494268

Color information

#494268 (or 0x494268) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 68. RGB value is (73,66,104). Sum of RGB (Red+Green+Blue) = 73+66+104=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #494268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494268 is #B6BD97. Grayscale: #484848. Windows color (decimal): -11976088 or 6832713. OLE color: 6832713.

HSL color Cylindrical-coordinate representation of color #494268: hue angle of 251.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494268 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7366104-
CMYK0.300.3700.59
HSL251.05º22.35%33.33%-
HSV(B)251.05º36.54%40.78%-
XYZ7.196.3113.94-
YUV72.42145.82128.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=30.04%
G=27.16%
B=42.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73661040.300.3700.59251.0522.3533.33
Hex4942681E2503Bfb1621
Octal11110215036450733732641
Binary1001001100001011010001111010010101110111111101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494268; }

 p { color: rgb(73,66,104); }

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

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

 a { background-color: rgb(73,66,104); }

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

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

 span { border-color: rgb(73,66,104); }

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