#463166

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

Shades of Meteorite #463166

Tints of Meteorite #463166

Color information

#463166 (or 0x463166) is unknown color: approx Meteorite. HEX triplet: 46, 31 and 66. RGB value is (70,49,102). Sum of RGB (Red+Green+Blue) = 70+49+102=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #463166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463166 is #B9CE99. Grayscale: #3D3D3D. Windows color (decimal): -12177050 or 6697286. OLE color: 6697286.

HSL color Cylindrical-coordinate representation of color #463166: hue angle of 263.77º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463166 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7049102-
CMYK0.310.5200.6
HSL263.77º35.1%29.61%-
HSV(B)263.77º51.96%40%-
XYZ6.024.4613.11-
YUV61.32150.96134.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=31.67%
G=22.17%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70491020.310.5200.6263.7735.129.61
Hex4631661F3403C108231e
Octal1066114637640744104336
Binary1000110110001110011011111110100011110010000100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463166; }

 p { color: rgb(70,49,102); }

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

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

 a { background-color: rgb(70,49,102); }

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

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

 span { border-color: rgb(70,49,102); }

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