#494269

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

Shades of Meteorite #494269

Tints of Meteorite #494269

Color information

#494269 (or 0x494269) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 69. RGB value is (73,66,105). Sum of RGB (Red+Green+Blue) = 73+66+105=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #494269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494269 is #B6BD96. Grayscale: #484848. Windows color (decimal): -11976087 or 6898249. OLE color: 6898249.

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

Color convert

RGB7366105-
CMYK0.300.3700.59
HSL250.77º22.81%33.53%-
HSV(B)250.77º37.14%41.18%-
XYZ7.256.3314.21-
YUV72.54146.32128.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=29.92%
G=27.05%
B=43.03%

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
Decimal73661050.300.3700.59250.7722.8133.53
Hex4942691E2503Bfb1722
Octal11110215136450733732742
Binary1001001100001011010011111010010101110111111101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494269; }

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

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

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

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

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

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

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

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