#494171

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

Shades of Meteorite #494171

Tints of Meteorite #494171

Color information

#494171 (or 0x494171) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 71. RGB value is (73,65,113). Sum of RGB (Red+Green+Blue) = 73+65+113=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #494171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494171 is #B6BE8E. Grayscale: #484848. Windows color (decimal): -11976335 or 7422281. OLE color: 7422281.

HSL color Cylindrical-coordinate representation of color #494171: hue angle of 250º 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 #494171 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7365113-
CMYK0.350.4200.56
HSL250º26.97%34.9%-
HSV(B)250º42.48%44.31%-
XYZ7.626.3916.45-
YUV72.86150.65128.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=29.08%
G=25.90%
B=45.02%

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
Decimal73651130.350.4200.5625026.9734.9
Hex494171232A038fa1b23
Octal11110116143520703723343
Binary10010011000001111000110001110101001110001111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494171; }

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

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

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

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

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

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

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

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