#494267

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

Shades of Meteorite #494267

Tints of Meteorite #494267

Color information

#494267 (or 0x494267) is unknown color: approx Meteorite. HEX triplet: 49, 42 and 67. RGB value is (73,66,103). Sum of RGB (Red+Green+Blue) = 73+66+103=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #494267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494267 is #B6BD98. Grayscale: #484848. Windows color (decimal): -11976089 or 6767177. OLE color: 6767177.

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

Color convert

RGB7366103-
CMYK0.290.3600.60
HSL251.35º21.89%33.14%-
HSV(B)251.35º35.92%40.39%-
XYZ7.146.2913.67-
YUV72.31145.32128.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=30.17%
G=27.27%
B=42.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73661030.290.3600.60251.3521.8933.14
Hex4942671D2403Cfb1621
Octal11110214735440743732641
Binary1001001100001011001111110110010001111001111101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494267; }

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

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

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

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

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

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

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

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