#494067

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

Shades of Meteorite #494067

Tints of Meteorite #494067

Color information

#494067 (or 0x494067) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 67. RGB value is (73,64,103). Sum of RGB (Red+Green+Blue) = 73+64+103=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #494067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494067 is #B6BF98. Grayscale: #464646. Windows color (decimal): -11976601 or 6766665. OLE color: 6766665.

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

Color convert

RGB7364103-
CMYK0.290.3800.60
HSL253.85º23.35%32.75%-
HSV(B)253.85º37.86%40.39%-
XYZ7.036.0613.63-
YUV71.14145.98129.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=30.42%
G=26.67%
B=42.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73641030.290.3800.60253.8523.3532.75
Hex4940671D2603Cfe1721
Octal11110014735460743762741
Binary1001001100000011001111110110011001111001111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494067; }

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

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

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

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

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

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

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

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