#494170

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

Shades of Meteorite #494170

Tints of Meteorite #494170

Color information

#494170 (or 0x494170) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 70. RGB value is (73,65,112). Sum of RGB (Red+Green+Blue) = 73+65+112=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #494170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494170 is #B6BE8F. Grayscale: #484848. Windows color (decimal): -11976336 or 7356745. OLE color: 7356745.

HSL color Cylindrical-coordinate representation of color #494170: hue angle of 250.21º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494170 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7365112-
CMYK0.350.4200.56
HSL250.21º26.55%34.71%-
HSV(B)250.21º41.96%43.92%-
XYZ7.566.3716.16-
YUV72.75150.15128.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=29.2%
G=26%
B=44.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73651120.350.4200.56250.2126.5534.71
Hex494170232A038fa1b23
Octal11110116043520703723343
Binary10010011000001111000010001110101001110001111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494170; }

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

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

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

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

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

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

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

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